SmartFTP FTP Library
FTPDataMethod Enumeration
IDL
enum FTPDataMethod {
  ftpDataMethodUnknown = 0,
  ftpDataMethodActive = 1,
  ftpDataMethodPassive = 2
};
Members

ftpDataMethodActive
Active Method. Uses PORT command.
ftpDataMethodPassive
Passive Method. Uses PASV command.

This is record FTPDataMethod.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.