Don't allow upload .exe files
Posted: Sat Nov 22, 2025 12:33 pm
Good morning
Is there any way to stop upload exe files?
Thank you
Is there any way to stop upload exe files?
Thank you
The official forum of Wing FTP Software
https://bbs.wftpserver.com/
Code: Select all
local filepath = string.gsub("%PathName", "\\","/")
local ext = string.lower(string.sub(filepath,-4))
if ext == ".exe" then
bCancelEvent = true
end