• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTP security ?

Moonark

Senior member
is there a way to get 128-bit encryption on an IIS ftp site with the use of a certificate sort of like HTTPS? Being that passwords are sent in plain text, and I don't want anon. access, I was looking for a way to secure my ftp site.
 
are there any that run on Win32? and if so can they get NT usernames and passwords for authentication
 
yes there are some that will use NT authentication like IIS. WS_FTP comes to mind, it uses SSL encryption. Also you may want to look into Vshell, which is a SSH2 FTP server.

Bear in mind though that encryption will slow down your transfers. it may be a good idea to just encrypt the control port and not the data port, that way your passwords stay safe but yous till get good transfer rates. Also, all clients will need to use a compatible SSH2 client rather than a standard ftp client like bulletproof or cute.

Cuteftp is also working on a SSL Ftp server.

-P
 
Back
Top