Re: FTP Requests

2003-12-12 Thread Ray Horsley
This might be of use to anyone using the libURL commands. I've discovered that deleting an ftp file as in delete url myUrl does not work if messages are locked at the time this command is sent. The other url commands, as far as I can tell, are not effected by locked messages. Thanks again for

FTP Requests

2003-12-11 Thread Ray Horsley
Hi Listers, I'm currently working on a project using Metacard's ability to move files between my local computer and an FTP site. I'm using the following syntax: Put url ftp://userName:[EMAIL PROTECTED]/myFolder/myFile/ into myLocalFilePath Can anybody help me with the syntax to also do the

Re: FTP Requests

2003-12-11 Thread Klaus Major
Hi Ray, Hi Listers, I'm currently working on a project using Metacard's ability to move files between my local computer and an FTP site. I'm using the following syntax: Put url ftp://userName:[EMAIL PROTECTED]/myFolder/myFile/ into myLocalFilePath Can anybody help me with the syntax to also

Re: FTP Requests

2003-12-11 Thread Dave Cragg
At 2:11 pm -0500 11/12/03, Ray Horsley wrote: Hi Listers, I'm currently working on a project using Metacard's ability to move files between my local computer and an FTP site. I'm using the following syntax: Put url ftp://userName:[EMAIL PROTECTED]/myFolder/myFile/ into myLocalFilePath Can