in reply to Re: Struggles with Put in Net::FTP
in thread Struggles with Put in Net::FTP
Maybe the problem is in $new_file_name?The first two lines of this gave me problems, with the error:use File::Basename wq(basename); my $new_file_name = basename($input_file); die "no such file: $input_file" unless -s $input_file;
Test it against your own FTP server running with verbose logging and see what the FTP server logs report?You will have to excuse my technical ignorance here, but I am not sure what you mean or how to do it. :(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Struggles with Put in Net::FTP
by castaway (Parson) on May 26, 2004 at 05:33 UTC | |
by mchiles (Initiate) on May 26, 2004 at 15:19 UTC | |
by nimdokk (Vicar) on May 26, 2004 at 16:40 UTC | |
by castaway (Parson) on May 26, 2004 at 19:46 UTC | |
by mchiles (Initiate) on May 27, 2004 at 03:56 UTC |