Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.0.0-M4
-
None
-
None
-
Client PowerTCP alias DartFTP, implicit FTPS
Description
I had some trouble with DartFTP as client in implicit ftps mode. The client expects, that the data channel is automatically secure, when the control channel is ssl. It does not issue a PROT command.
I know there is no clean spec for implicit ftps.
I fixed it in the constructor of IODataConnectionFactory, but maybe this behaviour should be configurable:
public IODataConnectionFactory(final FtpServerContext serverContext,
final FtpIoSession session)