Hi,
I am working on Media mover module and facing 2-3 issues while uploading files to FTP server in following scenarios.
- Status remains same after successfully uploaded file to FTP server in media_mover_files table
- I had uploaded small size file (33kb) and perfectly uploaded to FTP server. In database (- media_mover_files table), status of this file was "8" that is Finished (MMA_FILE_STATUS_COMPLETE_COMPLETE)
- Next, I tried to upload 11 MB file and it was uploaded on FTP server but the status of the file was not updated to "8" (MMA_FILE_STATUS_COMPLETE_COMPLETE), it was "5" (Storing) (MMA_FILE_STATUS_IN_STORAGE)
- Then, again I ran the cron and this time previously uploaded file(11 MB) started to upload. After completing the upload file status in table is "5"
- Cron is not uploading files which was not processed in last cron run
- Large size file is partially uploaded on FTP server and its not being uploaded in next cron run