Sending files to and getting files from my Linode
I don't want to set up FTP on my Linode, but some times I just have to send a file or fifty from my 'box to my Linode.
How I do securely do that?
I remimber seeing a program, a while back, that would send a file through a ssh connection, and I remimber the screenshot showed the terminal with binary-printed-to-ascii converted file being sent from the terminal into the waiting program on the host (Linode) wich would take the Standard Input and dump it to a file (converting it back to it's pure binary form in the process). I wanted something like that…
…or not.
5 Replies
I have SSH installed, and I just needed to set the "SSH2" option in gFTP to allow file transfer over the SSH line… here I am trying to make things too complicated again! A night's sleep does wonders…
Thanks for your help.