Re: FTP To and From My Mac

2011-08-10 Thread Gregory Lypny
Hi Dave Cragg and Mark Schonewille, Thank you both for your responses. Problem solved with a unexpected fix! I tried all of your suggestions, learned a lot about the various libURL commands, which will be useful in my project, but unfortunately, none solved the problem not being able to downl

Re: FTP To and From My Mac

2011-08-09 Thread Dave Cragg
On 9 Aug 2011, at 21:31, Gregory Lypny wrote: > Hello everyone, > > I’ve got my Mac at work running as a server of sorts and would like to be > able to read and write files to it via FTP. I used the simple GET URL > command below and it worked for a 6 KB file but not for a 200 KB file. > > g

Re: FTP To and From My Mac

2011-08-09 Thread Mark Schonewille
Hi Gregory, Check the libUrlFtpUploadFile command. Use the libUrlFtpCommand command to send the LIST or NLST ftp command to your ftp server and retrieve a list of files together with their details. You can alos use the libUrlSetFTPListCommand. I think that the put URL command is also able to re