TFtpServer.Options
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
	
Definition
property Options: TFtpsOptions
Description
Options set to change component behaviour.
- type TFtpsOption = (ftpsCwdCheck, ftpsCdupHome);
- type TFtpsOptions = set of TFtpsOption;
When ftpsCwdCheck is set in Options, ftpCwdCheck is set in the Options of each client connection accepted.
When ftpsCdupHome is set in Options, ftpCdupHome is set in the Options of each client connection accepted.
