re. AOL FTP
Ian Gordon
ian.gordon2 at sympatico.ca
Tue Jan 21 12:25:01 EST 2003
> Hi
I had the same problem a few weeks ago and found the answer in the list
somewhere..
Use urlencode
ex.
put "ftp://"& urlEncode(tUsername) &":"& tPass &"@" & tadd & tpath into
ftpPath
put url ("binfile:" & SrcFilename) into tData
libUrlFtpUpload tData, ftpPath
Works for me. hope it does for you....
Ian
> --__--__--
>
> Message: 11
> Date: Tue, 21 Jan 2003 06:55:05 -0800
> Subject: AOL FTP
> From: Richard Gaskin <ambassador at fourthworld.com>
> To: <metacard at lists.runrev.com>
> Reply-To: metacard at lists.runrev.com
>
> Looking at <http://hometown.aol.com/web_member.adp>, it says:
>
> Set up the FTP program by entering the following
> information into the program's login:
>
> - Host Name/Address: members.aol.com
> - User Name/ID: (Set to "anonymous")
> - Password: (Your full AOL e-mail address)
>
> So it seems that to login to AOL's FTP I'd need to do something like this:
>
> ftp://anonymous:fourthwrld@aol.com@members.aol.com
>
> But of course with two "@"s that won't work. :(
>
> How do I apply AOL's recommendation to libURL's login/password urls?
>
> --
> Richard Gaskin
> Fourth World Media Corporation
> Developer of WebMerge 2.1: Publish any database on any site
> ___________________________________________________________
> Ambassador at FourthWorld.com http://www.FourthWorld.com
> Tel: 323-225-3717 AIM: FourthWorldInc
>
> --__--__--
More information about the metacard
mailing list