Enumerates the possible transfer directions
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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 |