>Try entering trace/net: on at your console before running your script.
>Perhaps the progress messages generated this way will help you determine
Hi Russ,
Actually, I was having the problem, not Dick. I turned on trace and pasted
the error portion below. I guess it fails when it tries to write the file,
but I have no idea why. I just noticed that the file names are being
created on the FTP site, but they are all size 0 bytes. FWIW, I was able to
upload a file to an anonymous FTP site.
Thanks,
Joel
Net-log: "230 User timmins 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: [["STOR" port/target] ["150" "125"]]
** User Error: Server error: tcp 425 Can't build data connection:
Connection refused..