On Wed, Jul 29, 2009 at 12:57 AM, Kandarp Desai<[email protected]> wrote: > I want to disable ASCII mode for my ftpserver such that user has to use > binary mode to transfer files to FTPServer. > Can someone tell me which settings I should use? Thanks.
You could use a Ftplet that intercepts the commands for upload and downloading and force a check of what mode the user is in. If he's still in ASCII, return an error to the user. /niklas
