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

[REBOL] Rebol, FTP and quotas

From: henrik:webz:dk at: 9-Mar-2002 13:57

Hi I'm getting a quota problem with two different ftp-servers, when I try to manipulate (delete, write) the files on the ftp-server: ftp-dir: <some-ftp-server> files: read ftp-dir foreach file files [delete ftp-dir/:file] gives: User Error: Server error: tcp 226 Quotas on: using 0.00 of 10.00 MegaBytes Why is this an error?? The servers work perfectly outside Rebol and I can manipulate files normally. Reading directories works fine, but trying to read the contents of a file gives: User Error: Server error: tcp 200 PORT command successful. This seems illogical to me. :-) Regards, Henrik Mikael Kristensen