Forum Moderators: phranque

Message Too Old, No Replies

How to upload using SSH?

         

matthewamzn

6:53 pm on Sep 2, 2005 (gmt 0)

10+ Year Member



What the easiest way to upload a file to my server using SSH?

bcc1234

7:15 pm on Sep 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use sftp.

physics

7:39 pm on Sep 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Or WinSCP [winscp.net].

But maybe you mean ssh from the command line? If you have a windoze home computer you can install Cygwin and use the command line ssh (get to the command line to your server), scp (secure copy) or rsync -ave ssh ... sync files over ssh. This is more advanced I guess but thought you might like to know ;)