• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

moving files/directories from one linux to another

jonMEGA

Golden Member
I would like to move files from one linux server to another. I can SSH to both of them. Is there a way to move the files folders to the other server?
 
Since scp seems to be covered...

The command for sftp should be 'sftp'. It works more or less the same as ftp but (at least in my experience) it has fewer conveniences, things like mput/mget, wildcard substitution and such. As always, check the man page.

I find sftp to be easier to use but I suppose if you become comfortable with scp it might be quicker, if you know exactly what/where you want to transfer.
 
Back
Top