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

ftp read fails

 [1/6] 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

 [2/6] 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
<<quoted lines omitted: 38>>
> [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

 [3/6] from: anton:lexicon at: 9-Jun-2002 15:03


Tim, I see "not passive" in the trace. Ftp usually fails first because active transfers are not supported by the server. Not sure if this works, but I think if you set passive mode in the ftp scheme: system/schemes/ftp/passive: true it might help. Anton.

 [4/6] from: tim:johnsons-web at: 9-Jun-2002 8:16


* Anton <[anton--lexicon--net]> [020608 21:18]:
> Tim, > I see "not passive" in the trace.
<<quoted lines omitted: 3>>
> system/schemes/ftp/passive: true > it might help.
Hello Anton. Indeed it did. Thank you! :-) Just curious, I would be appreciated being pointed towards more detailed documentation on FTP. Is any available or are there archives. I'm currently using Core User's Guide 2.2.0... Thanks again. Regards -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com

 [5/6] from: anton:lexicon at: 10-Jun-2002 4:00


You can get Core 2.3 user guide, very useful, here: http://rebol.com/docs.html Go there and download everything you see. :) Specifically Core 2.3 user guide is near the bottom. It contains a section for each of the network protocols. Anton.

 [6/6] from: tim:johnsons-web at: 9-Jun-2002 13:19


* Anton <[anton--lexicon--net]> [020609 10:16]:
> You can get Core 2.3 user guide, very useful, here: > http://rebol.com/docs.html > Go there and download everything you see. :) > Specifically Core 2.3 user guide is near the bottom. > It contains a section for each of the network > protocols.
Yes! Documentation has come a long way since my current copy. thnx agin!!
> Anton. > > * Anton <[anton--lexicon--net]> [020608 21:18]:
<<quoted lines omitted: 24>>
> [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

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted