File type restrictions

Core FTP Server questions and answers
Post Reply
Axicode-lj
Posts: 2
Joined: Fri Apr 06, 2018 8:54 am

File type restrictions

Post by Axicode-lj »

Hi,

Is it possible to setup restrictions on which file types that can be uploaded, like *.csv ?

Thanks in advance.
ForumAdmin
Site Admin
Posts: 1010
Joined: Mon Mar 24, 2003 4:37 am

Re: File type restrictions

Post by ForumAdmin »

it will be added to the next build.

Alternatively you could write a .bat file to do a check on file types from the user's script/cmd settings. This could be challenging if unfamiliar with .bat files although any scripting can be used.
Axicode-lj
Posts: 2
Joined: Fri Apr 06, 2018 8:54 am

Re: File type restrictions

Post by Axicode-lj »

Sounds good :)

I the meantime i have tried to use a batch script which works, but the files seems to be locked when using the batchfile.
without the batchfile selected there is no problem.

if i stop and start the server the files are deleteable again.

any idea why?
Post Reply