From: TJ S. <tj...@ca...> - 2008-06-20 14:58:38
|
> > Is there a method to set the PROFTPd service to be in Active mode as the > > default? I can't seem to find it and the program and end user is running > > doesn't allow the active\passive mode to be changed in it. > > http://www.proftpd.org/docs/directives/linked/config_ref_DefaultTransferMode.html Oops...sorry. That's the for ASCII vs binary, not for active versus passive. As was mentioned, the client dictates the choice of active data transfers (using the PORT command) or passive data transfers (using the PASV) command; there is no "default" for this in proftpd, as it MUST be dictated by the client. TJ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. -Oscar Wilde ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |