Find the answer to your Linux question:
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?...
  1. #1
    Just 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?

  2. #2
    Linux 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
    Code:
    pscp.exe myfile username@host:myfile
    or similar.

    cheers, kai

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...