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

[REBOL] FTP errors - 3 types

From: brett::codeconscious::com at: 10-Apr-2001 18:03

Type 1] I received the following error when I was deleting a file User Error: Server error: tcp 226 Quotas off But the delete worked. I actually wanted this in a loop but because of the error (I think) it aborted the loop. Type 2] Another error I got was this: ** User Error: Server error: tcp 530 Sorry, maximum number clients (3) from your host already connected. And the delete did not work in this case. I then closed Rebol/View and restarted. I could then complete the command with first error appearing again. Type 3] The other thing I wanted to do was use the info? function on an ftp target. In a fresh instance of Rebol/View it worked the first time, but subsequent times I got the following error ** Script Error: ** User Error: Server error: tcp 200 PORT command successful. ** Near: throw make error! info Sorta kills a loop. On a different FTP server though this one worked fine... Any help appreciated. Brett. --- http://www.codeconscious.com