The logic is implemented to put the file onto the shared FTP folder.
I have used QFtp and QNetworkAccessManger to put the file to the ftp. But the time taking to upload is very large. Compared to other FTP clients the time taken is just double the time taken.
I have used the files upto 100 mb. For 100 Mb the time taken is approx 12 mins by QFTP/QNetworkAcessManager. But the ftp clients like FileZilla uploads the file in 3-4 mins.
I would like to know if we can implement any caching or are there any params to optimize the upload.
Bookmarks