Help for this page

Select Code to Download


  1. or download this
    % mkdir -p sshfs/someuser@somehost
    % sshfs someuser@somehost: sshfs/someuser@somehost
    % cd sshfs/someuser@somehost
    % ls -l # list remote files
    % echo awesome\! >cool.txt # create a file on the remote server
    
  2. or download this
    % mkdir -p ftpfs/someuser@somehost
    % curlftpfs ftpfs/someuser@somehost someuser:mypass@somehost
    % cd ftpfs/someuser@somehost
    % ls