Enumerates the possible transfer directions
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public enum TransferDirection |
| Visual Basic |
|---|
Public Enumeration TransferDirection |
| Visual C++ |
|---|
public enum class TransferDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| UPLOAD | 1 | Represents uploading a file | |
| DOWNLOAD | 2 | Represents downloading a file |