Re: ftp script

2004-12-02 Thread Lawrence Statton
--0-1181151836-1101950943=:60409 Content-Type: text/plain; charset=us-ascii I'm very new to perl, can any share an example ftp script? I need to ftp from one server directorynbsp;to another server to a directory first, read the following: perldoc Net::FTP #!/usr/bin/perl use

Re: ftp script

2004-12-02 Thread John W. Krahn
Lawrence Statton wrote: # # open a connection to some host (I need passive mode here # to get around my firewall, you may not, which case you # can leave it out ) # my $ftp = Net::FTP-new('your-host.com', Passive = 1) || die Cannot connect to host: $@; warnConnection made; That statement

ftp script

2004-12-01 Thread Carl Johnson
I'm very new to perl, can any share an example ftp script? I need to ftp from one server directorynbsp;to another server to a directory Thanks C

Re: ftp script

2004-12-01 Thread JupiterHost.Net
Carl Johnson wrote: I'm very new to perl, can any share an example ftp script? I need to ftp from one server directorynbsp;to another server to a directory I think Net::FTP has some examples, see search.cpan.org :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

problem with NET::FTP script

2002-05-03 Thread Pedro A Reche Gallardo
Dear Adam, I have an small perl script (see below) to retrieve a list of files whose filenames are listed in a file that is the the input of the program. The program runs as it follows: getpdb.pl file; and file just contain the two following entries 2vaa 2vac Somehow, I only cant get the first

Re: problem with NET::FTP script

2002-05-03 Thread John W. Krahn
Pedro A Reche Gallardo wrote: Dear Adam, I have an small perl script (see below) to retrieve a list of files whose filenames are listed in a file that is the the input of the program. The program runs as it follows: getpdb.pl file; and file just contain the two following entries 2vaa