LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   grabbing files via ssh? (https://www.linuxquestions.org/questions/linux-newbie-8/grabbing-files-via-ssh-369954/)

ryedunn 10-05-2005 07:31 AM

grabbing files via ssh?
 
If I remote into a server via ssh, is it possible to grab a file (ie wget) without using sftp? I really doubt it but I thought I would ask.

unSpawn 10-05-2005 07:44 AM

Don't know if this is what you need: "cat /tmp/somefile | ssh username@remote_host 'cat > /tmp/somefile'" but it works. Substitute cat for tar and you could tar.bz2 over whole directories.

supersucker 10-05-2005 09:15 AM

what about scp?


All times are GMT -5. The time now is 01:57 AM.