

To connect to Rivanna with sftp, execute the following in the command line interface: sftp prompted, enter your password. Secure FTP or sfpt is an interface built on top of scp to mimic the behavior of ftp. The -q option suppresses the progress and debugging messages. The -p option preserves modification time, access time, and ownership from the original file. The -r option recursively copies directories.įrom your computer to /project storage: scp -r my_directory /project storage to your computer: scp -r /target_directory In this example, the mycode directory must exist in your scratch directory.

