Re: [Perl-unix-users] downloading File from FTP-server using IO::Socket

2002-04-21 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Hello to all you Perl-lovers, > > Can anyone tell me how to download a file using IO::Socket from a > FTP-server?? What do I have to change in the > following code (which is used for HTTP-connections) to make it work with a > FTP-server ??? I would suggest you use N

[Perl-unix-users] downloading File from FTP-server using IO::Socket

2002-04-21 Thread jorn . meijers
Hello to all you Perl-lovers, Can anyone tell me how to download a file using IO::Socket from a FTP-server?? What do I have to change in the following code (which is used for HTTP-connections) to make it work with a FTP-server ??? TIA ! Jorn ###