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

ftp problem

 [1/5] from: louisaturk:eudoramail at: 27-Dec-2001 13:37


Hi rebols, I am receiving an access error trying to ftp to several directories on our isp's server. Using WS_FTP95 I can transfer the files, but not with rebol. However, I am able to use rebol to send files to other directories on the same server just fine. Any ideas what the problem might be? Louis

 [2/5] from: warp:reboot:ch at: 21-Feb-2002 12:00


hello all, I'm havin a problem reading a file from a pureFTP server, this is what I get:
>> print read ftp://gonzo:[123456--10--0--0--22]/movie-in/bru_21g.gif
connecting to: 10.0.0.22 ** User Error: Server error: tcp 226 1 matches total ** Near: print read ftp://gonzo:[123456--10--0--0--22]/movie-in/bru_21g.gif any idea would be very welcome, thanks Will Arp

 [3/5] from: brett:codeconscious at: 21-Feb-2002 22:22


Hi, Try the following line then retry your test. do http://www.codeconscious.com/rebsite/rebol-library/patches.r If this works you might want to download the script and call it from your user.r file. If that does not work, try this (useful for firewalls) system/schemes/ftp/passive: true And if that does not work, maybe this long shot: system/schemes/ftp/cache-size: 1 Let us know how it goes. HTH Brett.

 [4/5] from: brett:codeconscious at: 21-Feb-2002 22:25


Along with my last suggestions, try them in new session and make sure you close down the old session - just in case thre is some connection left open to the server. It might need to timeout too - but I'm not sure. Regards, Brett

 [5/5] from: warp:reboot:ch at: 22-Feb-2002 1:49


On 21.2.2002 12:22, Brett Handley <[brett--codeconscious--com]> wrote:
> Try the following line then retry your test. > > do http://www.codeconscious.com/rebsite/rebol-library/patches.r > > If this works you might want to download the script and call it from > your user.r file. >
it's like magik! thanks a lot Brett this work as supposed. have a nice day. Will Arp [warp--reboot--ch]