Visual Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 17974
Number of posts: 55343

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
what is the best way to send files to unix Posted by kamiccolo_lite on 24 Sept 2002 at 2:58 PM
i need to send a bushel of files to somebody in one handy package like zipped,
Report
ftp or scp Posted by infidel on 25 Sept 2002 at 7:39 AM
: i need to send a bushel of files to somebody in one handy package like zipped,

ftp is easiest. Just log in, find the right directory, and "put" the file on the server. scp is like rcp (remote copy) except that it uses ssh (secure shell) encrypted tunneling for security. It depends on what daemons the UNIX machine has available for you to connect to. ssh also requires that you generate a public/private key pair and place your public key on the target machine. It's much more involved, but very secure if you do it right.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.