Can't upload files
Can't upload any files. It crashes without any error message after startRequest, the whole function gets executed, including startUploadRequest. I really don't know why it crashes. I've tested on iPAD 1 with 5.0 and iPad 3 with 6.1. My Project uses ARC, i've seen that SCRFTPRequest was converted to ARC 6 days ago.
ftpRequestWillStart gets called.
I've tried with other files, same problem, the file is created on the FTP server with the correct name but the size is 0 Kb

i solve this issue by using startAsyncrequest
- Check you internet connection.
- When i enabled WiFi :), i used method [ftp_request startAsynchronous]; and everything is ok.
when i used [ftp_request startAsynchronous] it will Shoe FTP connection error, instead of i pass correct credential
show**