Page 1 of 1

Blind FTP

Posted: Wed May 18, 2016 8:21 pm
by dbabbler
I have setup a new server and can't find the files I have moved over. I created a folder called WVC under the root director, I can't find the files exploring through explorer. I need to run a task to move files every day. I have made sure the files are there. When I look for the files through Explorer I can't find them.

Please email me a response ASAP Thanks

Re: Blind FTP

Posted: Thu May 19, 2016 5:50 am
by FTP
OK, first for hiding the uploaded file, you can set check off the "file list" permission for the home directory, and for moving the uploaded file, you may use the Event "OnFileDownloaded" to move it, and here is a Lua script example: os.rename("%PathName", "c:/PrivateFolder/".."%FileName")