Perl script search | Perl programming | Perl Tutorial
Hi , I tried to ftp a file to a server using perl. The file is transfered but the file size is o bytes.
Language : Perl Ftp port : default 21
I used the put command to transfer the file.
$ftp->put("sample.txt")
Make sure you call $ftp->quit when you’re done. Check the return value of the put function. Add Debug=>1 to your new() call. Make sure the destination disk is not full. Show us your entire program!
amp array Bill Weinman cgi chomp code computer programming cpan google hack hacking language Learn learning linux lt lynda lynda.com online training online tutorials Open Source programming perl perl code perl code base perl codebase perl script Perl training perl tutorial perl tutorials php pl programming python quot quot quot script scripts subroutine thanks in advance to tutorial Tutorials unix Videos web page
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.
Make sure you call $ftp->quit when you’re done.
Check the return value of the put function.
Add Debug=>1 to your new() call.
Make sure the destination disk is not full.
Show us your entire program!