Re: libURLftpUploadFile insanity

2006-06-25 Thread Mark Schonewille
Hi, You don't need to urlEncode the user name. If you get another error, e.g. invalid user name, you might try using + or % instead of @. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Salery is the easiest way to set up y

Re: libURLftpUploadFile insanity

2006-06-25 Thread Sivakatirswami
Yes, I have a number of empty patches on my scalp where whole sections of hair were pulled out on this matter. (smile) First simplest line of investigation: You may not want to be declaring the protocol in the domain name. if you have that kind of user name (I have them on one of our serve

Re: libURLftpUploadFile insanity

2006-06-25 Thread stevex64
Ugh, I knew it had to be a simple thing. Thank you! -- View this message in context: http://www.nabble.com/libURLftpUploadFile-insanity-t1842984.html#a5033832 Sent from the Revolution - User forum at Nabble.com. ___ use-revolution mailing list use

Re: libURLftpUploadFile insanity

2006-06-25 Thread Dave Cragg
On 25 Jun 2006, at 04:07, stevex64 wrote: This one should be simple and it's driving me insane! Here is the code: on mouseUp answer file "Select a file to upload" put "[EMAIL PROTECTED]" into userName put "myPW" into userPassword put "ftp.mydomain.com" into myServer put "ftp://"

libURLftpUploadFile insanity

2006-06-24 Thread stevex64
message, "invalid URL:" Usernames on my server have to be in [EMAIL PROTECTED] format. I have looked through these posts, the online docs, and the manuals I have laying on the table in front of me, all to no avail. Thanks for any help. Steve Ralston -- View this message in context: