Just tried it on another ftp server >Deleting a file should work. It does! My mistake. Well to be more precise it works to my linux box, but not the aix box (sorry for the verbose mail). Doing a print read ftp://user:[EMAIL PROTECTED]/test.old works fine but (from WinNT to aix) ... >> delete ftp://user:[EMAIL PROTECTED]/test.old URL Parse: user passwd 194.32.223.107 none none none Net-log: ["Opening tcp for" FTP] connecting to: 194.32.223.107 Net-log: [ none ["220" "230"]] Net-log: {220 stage FTP server (Version 4.1 Fri Mar 20 17:28:53 CST 1998) ready.} Net-log: [["USER" port/user] "331"] Net-log: "331 Password required for user." Net-log: [["PASS" port/pass] "230"] Net-log: "230 User user logged in." Net-log: [ "TYPE I" "200"] Net-log: "200 Type set to I." Net-log: [["PORT" port/locals/active-check] "200"] Net-log: "200 PORT command successful." Net-log: [["CWD ~"] "250"] Net-log: "250 CWD command successful." Net-log: [["CWD" either empty? port/path ["./"] [join "./" port/path]] "250"] Net-log: "250 CWD command successful." Net-log: [["LIST" "."] ["150" "125"]] Net-log: "150 Opening data connection for /bin/ls." Net-log: [ none "226"] Net-log: "226 Transfer complete." ** Script Error: Invalid argument: 05/1999/0:00. ** Where: delete ftp://user:[EMAIL PROTECTED]/test.old
