Contents
Display Legacy Contents

 Print
    FTP Connect    
    FTP Connect  
DSA and should be in OpenSSL format.

Server <string>

The IP Address of the FTP Server to connect.

 
Port <numeric>

The Port of the FTP Server to connect.

 
Username <string>

The username defined in the FTP Server.

 
Password <string>

The password defined in the FTP Server for the above Username.

 
Mode <unquoted string>

The mode to the connection to FTP Server. Could be Active, Passive or dynamic.
   
Encryption<unquoted string>
  None – A normal FTP connection will be used with no encryption
TLS/SSL Explicit – A connection will be made normally to FTP and a command will be sent to the FTP server explicitly requesting to use any encrypted connection over TLS/SSL sockets. This is normally done on standard port 21.
TLS/SSL Implicit – A connection will be made to the FTP server and the connection will be immediately encrypted over TLS/SSL sockets before any communication is made. This is normally done on port 990.
SSH FTP Client Password – A connection will be made using SSHFTP protocol using username/password for authentication. This is normally done on port 22.
SSH FTP Client Password By File – A connection will be made using SSHFTP protocol using username and a certificate file for authentication. This is normally done on port 22.
SSH FTP Client Certificate By Content– A connection will be made using SSHFTP protocol using username and a certificate content for authentication. This is normally done on port 22.

   
Certificate File/Content<string>
  (Only for SSH FTP)
The certificate file path or content, according to previous parameter, to use for authentication with the server.
The supported certificates are RSA or DSA and should be in OpenSSL format.

   
Finger Print Type<unquoted string>
  (Only for SSH FTP)
The server hostkey hash export format (MD5/SHA1). This can be used to validate that the server is a known server.


   
Finger Print Target
  (Only for SSH FTP)
The target for the server hostkey hash.
   
Allowed Finger Print List<string>
  (Only for SSH FTP)
If is empty, the server hostkey hash will not be checked, if not empty, this can have a list separated by CR of allowed server hostkey hash.


     
  •   TLS session resumption is currently not supported on Windows 10 client. 

See also
Synchronize
Update Project
Translate Internal Text
Set Comm. Profile Parameter
Get Comm. Profile Parameter
Set Synchro.Parameter
Get Synchro.Parameter
Set Synchronization File Copy
Bluetooth Start Device Discovery
Bluetooth Stop Device Discovery
Bluetooth Is Device Paired
Bluetooth Pair Device
Activate Connection
Is Connection Active
Deactivate Connection
Serial Open
Serial Write
Serial Read
Serial Flush
Serial Close
Socket Connect
Socket Write
Socket Read
Socket Close
Socket Accept
Ping
Activate Monitor
Deactivate Monitor
Web Service Run
XML Get Child Element
XML Get Child Element List
XML Get Element Attribute
XML Get Element Content
XML Get Element’s Attribute List
XML Get Elements Name
XML Get Root Element
XML Get Root Element List
HTTP Request
XML Export from Table
XML Import to Table
JSON Get Value
JSON Get Array Item
JSON Get Array Item Count
JSON Get Name List
JSON Import to Table
JSON Export from Table
FTP Set Current Dir
FTP Get File
FTP Put File
FTP File Exists
FTP Disconnect
FTP Create Dir
FTP Delete File/Folder
FTP Rename File
FTP List Files
Run Process on PC
Send File to PC
Get File from PC
List Files from PC
Kill Process on PC
Is Process Running on PC
Activate MIS Remote Controller
Stop MIS Remote Controller
Ping MIS Communicator
Get MIS Communicator Server Info
Shell Execute On Pc
Hardlock List Keys
Hardlock Read
Hardlock Write
Hardlock Check license
Push Notification Get Client ID
Push Notification Get Message
Push Notification Get Lost Message ID List
Push Notification Get Lost Message
Push Notification Delete Lost Message
Make Phone Call
SMS Send Message
Get Cell Tower Info
Samples

 

 

Updated: 3/21/2018 6:13 PM