I had a problem . i wanted to upload a file to pureftpd server and get the upload progress.
so i created to connections in ftp.one would upload the file and one would constantly return the file size on the server with "SIZE filename". this worked fine but when i want to resume an upload whit REST command the server changes the file name to a tmp file and i cant get the current size and thus no progress report. is there a solution or a better way of doing it? i read something about proftpd hidden store.does that help? doesnt the pureftpd respond with some sort of progress to a process id?
**by the way im using qt QFTP module in c++ so there arent any built in progress methods