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

[REBOL] ftp protocol

From: cesar::usuarios::retecal::es at: 24-Sep-2001 19:12

hello all i have a problem related with ftp protocol in rebol. i´m trying to download a file from sourceforge like this: read ftp://ftp3.sourceforge.net/pub/slackware/slackware-3.3/FILELIST.TXT and i get the following error: ** User Error: Server error: tcp 226 Quotas off ** Near: read ftp://ftp3.sourceforge.net/pub/slackware/slackware-3.3/FILELIST.TXT if i try to download the file, actually viewing it with IE the file displays correctly. is this a problem related with rebol? how can i get the file downloaded correctly? thanks and sorry for this silly question cesar;