X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fftp.pl;h=0b9d7321d6523896eb6b72e45f4d86b7644f1ac8;hb=94efb9fbd94b706aee3772444ecd87b768a706d9;hp=aa6a48966505631e407205b9d1237324d7dc5647;hpb=a6d7165678aed89f828954d0fcb2e714844ad7d6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ftp.pl b/lib/ftp.pl index aa6a489..0b9d732 100644 --- a/lib/ftp.pl +++ b/lib/ftp.pl @@ -74,7 +74,7 @@ # No longer call die expect on fatal errors. Just return fail codes. # Changed returns so higher up routines can tell whats happening. # Get expect/accept in correct order for dir listing. -# When ftp_show is set then print hashes every 1k transfered (like ftp). +# When ftp_show is set then print hashes every 1k transferred (like ftp). # Allow for stripping returns out of incoming data. # Save last error in a global string. # @@ -330,7 +330,7 @@ sub ftp'cwd # &ftp'dir( remote LIST options ) # Start a list goin with the given options. # Presuming that the remote deamon uses the ls command to generate the -# data to send back then then you can send it some extra options (eg: -lRa) +# data to send back then you can send it some extra options (eg: -lRa) # return 1 if sucessful and 0 on a failure sub ftp'dir_open {