NetworkFTPInfo - LorenData/ECGrid-API GitHub Wiki
Back To Object Classes
public partial class NetworkFTPInfo {
public string[] IP {get;set;}
public string UserID {get;set;}
public string Password {get;set;}
public string Account {get;set;}
public string VirtualDirectoryIn {get;set;}
public string VirtualDirectoryOut {get;set;}
public string LogicalDirectory {get;set;}
public short MaxThreads {get;set;}
}
Public Properties
- IP - Array String: The Internet Protocol (IP) address for this entry.
- UserID - String: The user ID used for this network FTP connection.
- Password - String: The user ID used for this network FTP connection.
- Account - String: The account name used for this network FTP connection.
- VirtualDirectoryIn - String: The virtual inbound directory for this entry.
- VirtualDirectoryOut - String: The virtual outbound directory for this entry.
- LogicalDirectory - String: The logical directory for this entry.
- MaxThreads - Short: The Maximum Threads to run for this entry.
Back To Object Classes