Re: FTP file uploading problem

2004-06-23 Thread Dave Cragg
At 7:18 pm -0400 22/6/04, Richard Miller wrote: Dave: Thanks for the suggestion. I tried this: libURLftpUploadfile /Users/richard/Desktop/keylabels.txt,ftp://anonymous%40portable-pro.com:[EMAIL PROTECTED]/ It didn't return an error (in fact, THE RESULT didn't return anything...maybe that's

Re: FTP file uploading problem

2004-06-22 Thread Sannyasin Sivakatirswami
Richard, I just solved similar problems at our new box at OLM... You may need to use a full path from root if there are no symlinks in the user home directory. e.g. put url ftp://user%40somedomain.com:[EMAIL PROTECTED]/../../ var/www/formdata/guestbook.dat to download a file. i got to

Re: FTP file uploading problem

2004-06-22 Thread Dave Cragg
At 5:22 pm -0400 22/6/04, Richard Miller wrote: I'm trying to upload a file to my public directory on a hosted server (at IPowerWeb), but having no luck. It's either something I'm doing wrong in the coding or some problem accessing the server from Rev. In Explorer, I can use this address to allow

Re: FTP file uploading problem

2004-06-22 Thread Richard Miller
Gosh, I wish I knew what you were saying here. I appreciate the feedback, but just don't have enough experience in this particular area to figure out what to do with your feedback. Can you give me a few more clues...or perhaps someone else can explain the feedback? Thanks so much. Richard

Re: FTP file uploading problem

2004-06-22 Thread Richard Miller
Dave: Thanks for the suggestion. I tried this: libURLftpUploadfile /Users/richard/Desktop/keylabels.txt,ftp://anonymous%40portable- pro.com:[EMAIL PROTECTED]/ It didn't return an error (in fact, THE RESULT didn't return anything...maybe that's good), but the file KEYLABELS.TXT (a simple

Re: FTP file uploading problem

2004-06-22 Thread Andre Garzia
On Jun 22, 2004, at 6:22 PM, Richard Miller wrote: libURLftpUpload fld 1,ftp://[EMAIL PROTECTED] your url format is wrong it should be username:[EMAIL PROTECTED]/your/folder this should fix you! cheers -- Andre Alves Garzia 2004 BRAZIL http://studio.soapdog.org