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

[REBOL] Re: FTP access via a port spec

From: brett:codeconscious at: 4-Oct-2002 11:00

I don't really know if it is valid, but have you tried replacing the @ with %40 and using the url! form? read ftp://something%40somwhere:[password--yourhost] Regards, Brett.