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

ftp msg

 [1/4] from: cedricg::bluewin::ch at: 16-Feb-2003 11:45


Hello everybody, J've got a little problem to read a file on a ftp. I'm using : read ftp://user:[pwd--ftp--aftpsite--net]/afile.txt This failed as the server seems to reply a cosmetique information. I get a server error : User Error: Server Error: tcp Used disk quota 100 Kbytes, available 1000Kbytes But then, how to I go thru this as it doesn't seems to be a fatal error that would prevent me to read the wanted file. Thanks!

 [2/4] from: brett:codeconscious at: 17-Feb-2003 17:21


What version of REBOL are you using? Brett.

 [3/4] from: cedricg:bluewin:ch at: 17-Feb-2003 9:07


Hi... I've then tried the latest win beta of view (1.2.8.3.1) and it fix the server error about quotas! Rebol/Core (2.5.0.3.1) is suffering of this symptome as well as rebol/view (1.2.1.3.1). Thanks for pointing out REBOL version! I can continue my little project! Should I report this to Rebol or it is a known behaviour?! Or is there a way to fix this for earlier rebol version?! Bye! Le 17.02.2003, Brett Handley a =E9crit :

 [4/4] from: brett:codeconscious at: 18-Feb-2003 16:41


Hi I believe that your problem was a known bug in earlier versions of REBOL that has been fixed for later versions. You could try to run this program to see if it will fix your problem in earlier versions: http://www.codeconscious.com/rebsite/rebol-library/patches.r Alternatively, you can "export" the lastest code from the latest REBOL version and "import" it into an earlier version. To do this you need to look at the FTP scheme. The only problem is though, with some language changes there is a small posibility that it will not work for the earlier version. Regards, Brett. ----- Original Message ----- From: "Cedric Gampert" <[cedricg--bluewin--ch]> To: <[rebol-list--rebol--com]> Sent: Monday, February 17, 2003 7:07 PM Subject: [REBOL] Re: ftp msg Hi... I've then tried the latest win beta of view (1.2.8.3.1) and it fix the server error about quotas! Rebol/Core (2.5.0.3.1) is suffering of this symptome as well as rebol/view (1.2.1.3.1). Thanks for pointing out REBOL version! I can continue my little project! Should I report this to Rebol or it is a known behaviour?! Or is there a way to fix this for earlier rebol version?! Bye! Le 17.02.2003, Brett Handley a écrit :