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

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

This is record enumDataMethod.

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