Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] ftp read fails

From: tim::johnsons-web::com at: 8-Jun-2002 8:35

Hello All: I'm getting time out in ftp access from my machine to any number of domains for which I have ftp access. (Python's tools are working (as a check on this)) with 'trace on the entire process hangs. Here's last few lines: ************************************************************** Result: {150 Opening ASCII mode data connection for /bin/ls.} (string) Result: {150 Opening ASCII mode data connection for /bin/ls.} (string) Result: {150 Opening ASCII mode data connection for /bin/ls.} (string) Trace: server-said (word) Result: {150 Opening ASCII mode data connection for /bin/ls.} (string) Trace: parse-dir-list (word) Trace: all (word) Trace: [not passive not proxy listen-port port/sub-port: first listen-port] (block) Trace: not (word) Trace: passive (word) Result: true (logic) Trace: not (word) Trace: proxy (word) Result: true (logic) Trace: listen-port (word) Trace: port/sub-port: (set-path) Trace: first (word) Trace: listen-port (word) ************************************************************** this is with the following code: read ftp://log:[pwd--www--johnsons-web--com]/index.html I get different results with the following attempt: write ftp://log:[pwd--www--johnsons-web--com] read %ml.r connecting to: www.johnsons-web.com ** User Error: Server error: tcp 500 'STOR ': command not understood. ** Near: write ftp://log:[pwd--www--johnsons-web--com] read %ml.r Any ideas on what I can do to resolve this? regards and TIA -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com