-
Notifications
You must be signed in to change notification settings - Fork 2
NetworkFTPInfo
Greg Kolinski edited this page Nov 28, 2017
·
2 revisions
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;}
}
- 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.
Getting Started
- Getting Started - Basics
- Getting Started - Extended Capabilities
- HTTP Connections
- Visual Studio SOAP Connections
- About ECGridOS and Loren Data Corp.
- Documentation & Nomenclature
- Using Web Services
- Networks & Mailboxes
- Users & Authorization Levels
- API Keys & Sessions
- Trading Partners & ECGridIDs
- Interconnects & Trading Partnerships
- Parcels, Interchanges & Mailbags
- Carbon Copies
ECGridOS API Calls
- API Calls - Full Definitions Available
- Asynchronous API Calls - Events
- Asynchronous API Calls - Task\Async\Await