-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload PDF file not successful #1
Comments
Thank you for your attention. Maybe my notification has some error, and the phenomenon you see is because of the network problem. I'm busy recently, I want to fix it some other day. Thanks for your supporting again ! |
This happens with even a regular ~10KB png file. |
It's OK with png file. |
I went in and started logging bytes written vs read and those things. All those seem fine however my png file that is |
Seems like calling Why does this not get called? |
I was also getting randomly truncated uploads until I found the magic line to remove: 679: CFWriteStreamSetProperty(self.writeStream, kCFStreamPropertyFTPAttemptPersistentConnection, kCFBooleanFalse); After commenting out this line, all my uploads appear to be complete. |
I tried uploading a pdf file to my ftp server. Application notify that uploading is successful but I can not open the uploaded file and uploaded file size is small than local file.
The text was updated successfully, but these errors were encountered: