Esempio n. 1
0
 public static void LoadConfig(SettingInfoBase settings)
 {
     settings.LoadProperty(PasvMode, true);
     settings.LoadProperty(Certificate, string.Empty);
     settings.LoadProperty(SecurityMode, 0);
     settings.LoadProperty(ClearCommandChannel, false);
 }
Esempio n. 2
0
 public static void LoadConfig(SettingInfoBase settings)
 {
     #region FTP
     settings.LoadProperty(SendAbortSignals, true);
     settings.LoadProperty(SendAborCommand, 0);
     settings.LoadProperty(ChangeDirBeforeListing, true);
     settings.LoadProperty(ChangeDirBeforeTransfer, false);
     settings.LoadProperty(SmartPath, false);
     settings.LoadProperty(Compress, false);
     #endregion
 }
Esempio n. 3
0
 public static void LoadConfig(SettingInfoBase settings)
 {
     settings.LoadProperty(PrivateKey, string.Empty);
     settings.LoadProperty(EnableCompression, false);
 }
Esempio n. 4
0
 public static void LoadConfig(SettingInfoBase settings)
 {
     #region SFTP
     settings.LoadProperty(ServerOs, 0);
     #endregion
 }