Thread perl code um text files unix2dos konvertieren
(37 answers)
Opened by cc at 2004-06-20 04:16
geht aber immer noch nicht,obwhol der pfad zum file stimmt
Code: (dl
)
1 #!/usr/bin/perl -w Net::FTP=GLOB(0x830bb28)<<< 220 ttn208 Microsoft FTP Service (Version 5.0). Net::FTP=GLOB(0x830bb28)>>> user user Net::FTP=GLOB(0x830bb28)<<< 331 Password required for user. Net::FTP=GLOB(0x830bb28)>>> PASS .... Net::FTP=GLOB(0x830bb28)<<< 230 User user logged in. Net::FTP=GLOB(0x830bb28)>>> CWD /www/ftp Net::FTP=GLOB(0x830bb28)<<< 250 CWD command successful. Net::FTP=GLOB(0x830bb28)>>> PORT X,X,X,X,140,6 Net::FTP=GLOB(0x830bb28)<<< 200 PORT command successful. Net::FTP=GLOB(0x830bb28)>>> STOR /home/files/testfile.txt Net::FTP=GLOB(0x830bb28)<<< 550 /home/files/testfile.txt: The system cannot find the path specified. X.X.X.X: cannot put /home/files/testfile.txt: /home/files/testfile.txt: The system cannot find the path specified. |