How to use 'put URL "ftp://..." if username contains @
Matthias Rebbe
runrev260805 at m-r-d.de
Tue Mar 16 13:28:40 EDT 2010
Thanks to all who replied. In my case the username has to be
username at domain.tld. A + or a % as a replacement are not accepted.
But urlencode and of course Andre´s suggestion to use %40 did the trick.
Regards,
Matthias
Am 16.03.2010 um 17:13 schrieb Andre Garzia:
> replace @ with %40
>
> :D
>
> On Tue, Mar 16, 2010 at 12:55 PM, <runrev260805 at m-r-d.de> wrote:
>
>> Hi,
>>
>> how can i use the comand
>> put URL FTP://username:password@...
>> if the username already contains a @.
>> I tried to put the username into a var, but that does not the trick.
>>
>> Is it even possible?
>>
>> Regards,
>>
>> Matthias
>>
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>
>
>
> --
> http://www.andregarzia.com All We Do Is Code.
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list