hi guys, were finding a way wherein we can upload/download files securely. site1 will upload files to my server and also to upload files from my server to theirs. what solution will be good ? which is better a device or some powerful linux software ? tia --------------------------------- Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060208/bfb89f6f/attachment-0002.html>
spart cus spake the following on 2/8/2006 4:34 PM:> hi guys, > were finding a way wherein we can upload/download files securely. site1 > will upload files to my server and also to upload files from my server > to theirs. what solution will be good ? which is better a device or some > powerful linux software ? >SCP with public/private keys Rsync over ssh with the same public/private keys. Many other options, and all are included free in Linux! -- MailScanner is like deodorant... You hope everybody uses it, and you notice quickly if they don't!!!!
On Wednesday 08 February 2006 7:34 pm, spart cus wrote:> hi guys, > were finding a way wherein we can upload/download files securely. site1 > will upload files to my server and also to upload files from my server to > theirs. what solution will be good ? which is better a device or some > powerful linux software ? > > tiaSCP which is really just a way to send files via SSH. If you want to transfer the files from a Windows desktop, check out WinSCP http://winscp.net/eng/index.php