You will see this prompt:
sftp> |
sftp> cd folderName (e.g.: cd cs255/hw2) Note: if the folderName starts with a ~ (i.e.: ~/folderName), then you need to replace ~ with /home/yourNetID. E.g.: If I (cheung) want to change directory to ~/graded-work/MT, I use: cd /home/cheung/cs255/graded-work/MT |
The file transfered will reside in the directory when you CD-ed into (on the Mac and on Emory)
|