Parameters
- host
Type: System.String
The address of the FTP server.- port
Type: System.Int32
The port of the FTP server.
- protocol
Type: System.String
The FTP protocol. It can be "FTP", "sFTP", or "FTPs".
- login
Type: System.String
The login of the FTP server.
- pass
Type: System.String
The password of the FTP server.
- proxy
Type: System.String
The proxy string in format: login:pass@ip:port OR ip:port.
- name
Type: System.String
The file name.