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

[REBOL] Re: FTP scheme was Re: Reading empty directories via FTP error

From: moliad:aei:ca at: 16-Nov-2003 15:00

>=== Original Message > > >Hi, > >3) Use a custom flag "NLIST" to get names with NLST instead of LIST. > Examples > > open ftp://bla.bla.bla > ;use LIST > > open/custom ftp://bla.bla.bla [NLST] > ;use NLST -> no info about dir and files, no slash at the end of dir > names
That's a VERY good idea, then things like my up and coming chmod patch can also be added easily, without playing around with url specifics. Like: also open/custom ftp://bla.bla.bla [NLST EXE BIN] CONCERNING MY FTP PATCH ------------------------ BTW I had to choose between: A new kitchen floor and a happy wife... OR A ftp fix post and a happy list... seems like my wife's cause won, again ;-) so I should be posting my ftp patch which transfers file with a chmod for executable scripts (cgi ;-) sometime soon. I also think that the computer on which the only version of the patch exists at home is now offline... so , I'll have to scratch a little more than expected. OTH: ------------- I've been hard at work with Phil Bevan testing/using the mailreader.r tool (which is getting better almost daily ;-). he just released 3.1.1 It now supports external user VID styles, and I'm trying to make my contextual popup menu pluggable in the default distro... hope Phil wont be mad at me for saying all of this out loud ;-) I'm just so proud of all the little features which he added, almost just because I asked, in such a short period. Its now my full-time default mailer. As you can see, it now even supports indentation. - MINI STEEL PROJECT UPDATE - I've also been working on the library description web page and the library.r tool itself, it should be out rather shortly. Very busy even if not overly demonstrative. -MAx