Code Sample |
# load the sshfs.dsl package # run the DSL->MyDSl->Initialize sshfs menu item # give the user dsl a password: sudo passwd dsl # run the System->Daemons->ssh->start menu option to start the ssh daemon # you only need this step for this example. Normally the remote # host runs the ssh daemon so you don't need to be running it. # make a mountpoint mkdir somedir # mount the remote ssh connection. The form is # sshfs username@location:[directory] mountpoint sshfs dsl@127.0.0.1: somedir ls -l somedir/ beaver somedir/Events xpaint # you can navigate to somedir/.xtdesktop and edit the dillo.png icon |