Page 1 of 1
How CRON_audio_3_ftp select which files upload?
Posted:
Wed Jun 16, 2010 3:07 pm
by omarrodriguezt
Hello,
The ftp script is not uploading some files.
Could some one tell me how this script discriminate which files upload and which no?
Thank you in advance.
Posted:
Wed Jun 16, 2010 3:19 pm
by mflorell
It should upload everything in there. Try setting the --debugX option and check your root email to see if there is an issue somewhere.
Posted:
Wed Jun 16, 2010 9:13 pm
by williamconley
and check permissions on the files to see if some have been altered by any other process. (do you have anything else running on the server besides vicidial?)
Posted:
Thu Jun 17, 2010 6:28 am
by omarrodriguezt
Thank u for reply.
I dont have anything else running, only vicidial.
I will try --debugX
and also I will check the file permission.
But how the FTP script know witch files were already uploaded and witch files need to be uploaded?
Posted:
Thu Jun 17, 2010 7:11 am
by mflorell
It knows which files have been uploaded because it moves them out of the directory they were in into the FTP directory.
Posted:
Thu Jun 17, 2010 8:38 am
by omarrodriguezt
Ok.
The FTP script move the files from the ORIG folder to the FTP folder right?
Because I can still see the files in the ORIG folder.
Or the script first move from ORIG to the MP3 folder, and then to the FTP?