Blind FTP

Please post here if you have problems in using Wing FTP Server.
Post Reply
dbabbler
Posts: 1
Joined: Wed May 18, 2016 8:18 pm

Blind FTP

Post 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
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Blind FTP

Post 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")
Post Reply