FileContent | QuantConnect.Notifications.NotificationFtp | |
FilePath | QuantConnect.Notifications.NotificationFtp | |
Hostname | QuantConnect.Notifications.NotificationFtp | |
NotificationFtp(string hostname, string username, string password, string filePath, byte[] fileContent, bool secure=true, int? port=null) | QuantConnect.Notifications.NotificationFtp | |
NotificationFtp(string hostname, string username, string privateKey, string privateKeyPassphrase, string filePath, byte[] fileContent, int? port=null) | QuantConnect.Notifications.NotificationFtp | |
NotificationFtp(string hostname, string username, string password, string filePath, string fileContent, bool secure=true, int? port=null) | QuantConnect.Notifications.NotificationFtp | |
NotificationFtp(string hostname, string username, string privateKey, string privateKeyPassphrase, string filePath, string fileContent, int? port=null) | QuantConnect.Notifications.NotificationFtp | |
Password | QuantConnect.Notifications.NotificationFtp | |
Port | QuantConnect.Notifications.NotificationFtp | |
PrivateKey | QuantConnect.Notifications.NotificationFtp | |
PrivateKeyPassphrase | QuantConnect.Notifications.NotificationFtp | |
Secure | QuantConnect.Notifications.NotificationFtp | |
Send() | QuantConnect.Notifications.Notification | virtual |
Username | QuantConnect.Notifications.NotificationFtp | |