I want to upload a large file (any format) over 1 GB. what technique will I use FTP or HTTP. And I want to add a stop and resume function to the file that I upload. How can i do this? Any example or API or library?
Apache commons net has an FTP client. And some other protocol implementations. http://commons.apache.org/net/
You can try the default HttpUrlConnection or Apache HttpClient.
Try this library, it contains all the necessary functions:
http://www.sauronsoftware.it/projects/ftp4j/
Contact here
I did this with plupload. Hope this helps you. Any number of files of any size can be downloaded using it.
Source: https://habr.com/ru/post/1415944/More articles:Different builds of turn-based game Center Game can not see each other - iosFinding out the absolute path of the PHP interpreter executing the current script - command-line-interfaceXCODE passes the method as a parameter - methodsIn iOS, what happens when a view animation starts when it is already animating? - iosJava creates PDF or image from invalid HTML - javaHow to save NSArray to plist or database? - iosHow to map fields in an object to another dynamically? - c #https, post and get through C ++ and OpenSSL - c ++Linux Pthread Argument - cReading file names from a directory in bash - bashAll Articles