Open fgeissler opened 11 years ago
No you are not. This is the correct way of declaring. Feel free to change my code. I wrote this code for "quick use" without heeding the declaration formats as I desperately needed ftp upload capabilities. I was also NEW to objective-C at the time
Also, the PHP script returns "strings" which are parsed by my code in an ugly manner. Basically..once again feel free to use your own format.
Personally, for file upload, I'd recommend HTTP Post rather than FTP if your file size is not that big.
Hi,
I love your work and really like to use it in one of my projects.
Now I'm wondering about your method declaration style, and indeed the compiler too.
As example, in Class QueueFTPSettings you declare a method like:
The more usual way, as far as I know, would be: Am I missing something? Please correct me if I'm wrong. CU Frank