LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   send a file using the sftp syntax (https://www.linuxquestions.org/questions/linux-newbie-8/send-a-file-using-the-sftp-syntax-870711/)

karthik.m.kuttan 03-24-2011 08:30 AM

send a file using the sftp syntax
 
i understand how to get a file from an another computer using the sftp syntax

userB@comp1 :~sftp userB@comp2
sftp> cd Desktop
sftp> get abc(file)

so i can get the file abc from comp2 to comp1

but how can I send a file cba from comp1 to comp2 using the sftp(I am still using comp1)

rtmistler 03-24-2011 08:32 AM

"put <file>"

Try typing help at the sftp prompt and it will give you command help.

karthik.m.kuttan 04-01-2011 04:52 AM

Thank you. God Bless you :)


All times are GMT -5. The time now is 04:35 PM.