Dick,

Try entering   trace/net: on   at your console before running your script.
Perhaps the progress messages generated this way will help you determine
what's going astray.  Here's a sample of what I get when executing code just
like yours:

Net-log: [["PORT" port/locals/active-check] "200"]
Net-log: "200 PORT command successful."
Net-log: [["CWD ~"] "250"]
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"]]
Net-log: "150 Opening BINARY mode data connection for mc.r."
Net-log: ["low level write of " 1008 "bytes"]
Net-log: [none "226"]
Net-log: "226 Transfer complete."

Good luck,
Russ

-----
At 09:47 AM 1/8/2000 -0500, you wrote:
>Hi Dick,
>
>Thanks, but I made a mistake in my original post (I'm usually better at 
>catching those :). Sorry about that. I was originally trying to upload, but 
>for the command I listed, I was trying to download something. When I try 
>your version, I get the same error.
>
>Joel
>
>>> connecting to: members.dca.net
>>> ** User Error: Server error: tcp 425 Can't build data connection: 
>>> Connection refused..
>>
>>You're trying to *upload* right? Try: 
>>
>>write ftp://user:[EMAIL PROTECTED]/public/index.html read %file.html
>
>
>

Reply via email to