Results 1 to 2 of 2
I'm using putty and was wondering what the easiest way to upload an excel file to the server would be?...
- 08-26-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 6
Uploading to Server with Terminal
I'm using putty and was wondering what the easiest way to upload an excel file to the server would be?
- 08-28-2008 #2Linux Newbie
- Join Date
- Sep 2007
- Posts
- 161
hi there,
i'd use pscp.exe (available on the same site as putty.exe).
pscp is an implementation of "secure copy", thus it uses the same protocol as putty, but it's a command line tool to copy files to remote servers (securely).
so you'd open a command prompt and type
or similar.Code:pscp.exe myfile username@host:myfile
cheers, kai


Reply With Quote