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

[REBOL] ftp read fails

From: tim:johnsons-web at: 8-Jun-2002 9:55

More on this: Not working across my internal network either: ************************************************************ write ftp://log:[pwd--192--168--1--1] read %ml.r connecting to: 192.168.1.1 ** User Error: Server error: tcp 500 'STOR ': command not understood. ** Near: write ftp://log:[pwd--192--168--1--1] read %ml.r ************************************************************ 'trace on show the same. version Core 2.5.0.4.2 -tj- * Tim Johnson <[tim--johnsons-web--com]> [020608 08:52]:
> 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 > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com