View previous topic :: View next topic |
Author |
Message |
Kenji Miyamoto Veteran
Joined: 28 May 2005 Posts: 1452 Location: Looking over your shoulder.
|
Posted: Thu Sep 28, 2006 7:03 am Post subject: Sending Files Over Encrypted Connections |
|
|
I have a somewhat important question: I tend to access my computer from home remotely via SSH, but would also like the ability to send a file from my computer to another whose IP address I know through some sort of encryption, directly, without SMB or FTP transfers. I can install a program or two. Is this possible? _________________ [ Kawa-kun, new and improved!! ]
Alex Libman seems to be more of an anarchist than a libertarian. |
|
Back to top |
|
|
ToeiRei Veteran
Joined: 03 Jan 2005 Posts: 1191 Location: Austria
|
Posted: Thu Sep 28, 2006 7:21 am Post subject: |
|
|
You might want to try scp or sftp. It's sending files over the ssh tunnel. It works in booth ways.
Example:
scp /path/to/file user@somehost:/path/to/where
scp user@somehost:/path/to/where /path/to/file
Rei
Edit: If you're using Windows, you might want to have a look at WinSCP as an scp client. _________________ Please stand by - The mailer daemon is busy burning your messages in hell... |
|
Back to top |
|
|
|