Exemple #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);
 }
Exemple #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
 }
Exemple #3
0
 public static void LoadConfig(SettingInfoBase settings)
 {
     settings.LoadProperty(PrivateKey, string.Empty);
     settings.LoadProperty(EnableCompression, false);
 }
Exemple #4
0
 public static void LoadConfig(SettingInfoBase settings)
 {
     #region SFTP
     settings.LoadProperty(ServerOs, 0);
     #endregion
 }