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

[REBOL] Re: FPT problem when reading file - FTP

From: antonr:iinet:au at: 13-Sep-2003 11:51

I was half-expecting this question. You have no choice about connecting to a different FTP server do you? The solution is to hack the ftp scheme a bit. I believe the RETR will work without an initial LIST. write cliboard:// system/schemes/ftp/handler Open your editor, then paste into a new file which contains: rebol [] system/schemes/ftp/handler: ; <- paste here Now you search for: do select [ file [ net-utils/confirm/multiline port/locals/cmd-port list-file-check ... and start commenting until it works! Anton.