Ftp upload to a Macintosh
[1/1] from: pgirard::galaktos::net at: 22-Nov-2001 12:02
Hi all,
I can't send or read a file on a macintosh FTP server. I tried several
versions of Rumpus and Webstar FTP. I also tried passive mode with no
success.
Does anyone knows what's the problem? Rebol or ftp on the Mac?
Thanks for lot of replies ;-)
Here is the log made with trace/net on:
>> write/append ftp://***:[***--**--***--***--***]/test.txt "test"
URL Parse: ***** ***** **.***.**.*** none none test.txt
Net-log: ["Opening tcp for" FTP]
connecting to: **.***.**.***
Net-log: [
none ["220" "230"]]
Net-log: "220-Bienvenue sur le serveur Ftp de -"
Net-log: "220 Service ready for new user"
Net-log: [
["USER" port/user] "331"]
Net-log: "331 Password required"
Net-log: [
["PASS" port/pass] "230"]
Net-log: "230 User logged in"
Net-log: [
"SYST" "*"]
Net-log: "215 MACOS Peter's Server"
Net-log: [
["PORT" port/locals/active-check] "200"]
Net-log: "200 PORT command successful"
Net-log: [
["CWD" either empty? port/path ["./"] [join "./" port/path]] "250"]
** User Error: Server error: tcp 550 File not found
** Near: write/append ftp://***:[***--**--***--**--***]/test.txt "Test"