-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 10 November 2003 11:24, Stephen Liu wrote: > Hi folks, > > I have a Gentoo box and a RH9 box. They can connect to X-server of > another box. Copy and Paste commands also work i.e. copying the content > of a document of RH9 and pasting to another document of Gentoo and vise > versa. > > Is it possible to transfer documents between 2 boxes via SSH without > using Samba? If YES kindly advise how to make it. I have tried with > drag and drop action without result.
scp localfile [EMAIL PROTECTED]:remotefile scp remote:file localfile # user will be the user being used scp [EMAIL PROTECTED]:file [EMAIL PROTECTED]:file scp is part of openssh. - -- Mike Williams -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/r3YKInuLMrk7bIwRAsTBAJ486Ra6PYtekdj8YbvuFqFrtG5wSQCfbPXt 6WrqQCoK1+L9458u8dh7uyc= =HmD6 -----END PGP SIGNATURE----- -- [EMAIL PROTECTED] mailing list
