"agalal" <[EMAIL PROTECTED]> wrote:
> my case is as follow when i use the Net::FTP > i send the files but i found the size of the file is 0 bye size <snip!> Have you looked at the status back from Net::FTP? After $ftp->put (...), you might want to insert something like print STDERR $ftp->message unless $ftp->ok; Or even leave out "unless $ftp->ok", just to see what comes back. Do you have delete access to the target directory? Some FTP servers are set up so that you can only upload a given file once. Tom Wyant _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
