Last login: Wed Mar 29 17:14:39 on ttys002 #################################################################################### ## Start SFTP file transfer between local machine and Nick #################################################################################### iMac-2:~ yen-yiho$ sftp -P 222 hoyen@maxwell.cec.sc.edu Password: Connected to maxwell.cec.sc.edu. sftp> sftp> sftp> ls sftp> cd ncbi sftp> cd .. #################################################################################### ## local command #################################################################################### sftp> lls #### listing files in your local machine sftp> pwd #### Remote working directory: /home/hoyen sftp> lpwd Local working directory: /Users/yen-yiho sftp> lcd /Users/yen-yiho/Desktop sftp> lls sftp> lcd /Users/yen-yiho #################################################################################### ## Upload a file from local machine to server #################################################################################### sftp> put weight.txt Uploading weight.txt to /home/hoyen/weight.txt weight.txt 100% 1374 1.3KB/s 00:00 sftp> ls #################################################################################### ## Download a file from local machine to server #################################################################################### sftp> get Log.progress.out Fetching /home/hoyen/Log.progress.out to Log.progress.out sftp> lls Desktop Log.progress.out Pictures VirtualBox VMs weight.txt Documents MH.pdf Public ht4.jpeg Downloads Movies SRAmetadb.sqlite igv Library Music Sites mcmcFulltest.pdf sftp> ls Aligned.out.sam Lab16.R Log.out Log.progress.out Rlibs SRR002320.fastq _STARtmp bin bio chip.fastq chip_1_1.fq ncbi weight.txt sftp> lls Desktop Log.progress.out Pictures VirtualBox VMs weight.txt Documents MH.pdf Public ht4.jpeg Downloads Movies SRAmetadb.sqlite igv Library Music Sites mcmcFulltest.pdf sftp> ls Aligned.out.sam Lab16.R Log.out Log.progress.out Rlibs SRR002320.fastq _STARtmp bin bio chip.fastq chip_1_1.fq ncbi weight.txt sftp> rm weight.txt Removing /home/hoyen/weight.txt sftp> sftp> sftp> exit