JAMS Developer Guide
FTPSession Class Properties


MVPSI.JAMS.Activities Namespace : FTPSession Class

For a list of all members of this type, see FTPSession members.

Public Properties
 NameDescription
Public PropertyAllow SSL 3.0  
Public PropertyAllow TLS 1.0?  
Public PropertyAllow TLS 1.1?  
Public PropertyAllow TLS 1.2?  
Public PropertyThe child Activity.  
Public Property (Inherited from System.Activities.Activity)
Public PropertySpecifies the server to connect to  
Public Property (Inherited from System.Activities.Activity)
Public PropertySpecifies the JAMS server which the JAMS user resides on (will default to current server)  
Public PropertySpecifies the JAMS user to use (overrides Username and Password properties)  
Public PropertyKeeps the connection alive during transfers by sending a NOOP command.  
Public PropertyThe interval in seconds at which to send a NOOP command when the KeepAlive option is specified. The default is 10 minutes.  
Public PropertyMinimum KeySize for SSL Negotiations.  
Public PropertySpecifies the password used to log in  
Public PropertySpecifies port to connect to (0 for default)  
Public PropertySpecifies a name to assign to this session (optional)  
Public PropertySpecifies whether to use SSL or plain text mode  
Public PropertyMaximum number of seconds to wait before timing out (0 for default)  
Public PropertyUse binary FTP mode?  
Public PropertyUse passive FTP mode?  
Public PropertySpecifies the username used to log in  
Top
Protected Properties
 NameDescription
Protected PropertyAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Protected Property (Inherited from System.Activities.Activity)
Protected Property (Inherited from System.Activities.NativeActivity)
Top
See Also

Reference

FTPSession Class
MVPSI.JAMS.Activities Namespace