Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

secure FTP?


joshdr83 Jul 12, 2012 07:33 PM

Is the FTPClient (...) essentially like typing into a terminal:

ftp user@host ?

If it is, is there a secure ftp client that would be the same as typing in

sftp user@host

because none of the sites that I want to send files to will accept the old school ftp.


jtrauntvein Jul 12, 2012 09:43 PM

The following is an extract from the CRbasic help for the FTPClient() instruction:

If 10 is added to the option code (e.g., 10, 11), the datalogger will use TLS. The datalogger uses explicit FTPS, unless the port for the TCP port is specified as 990. When using implicit FTPS, the data port is 989.

Note that the above only supports the FTPS protocol and NOT the SFTP. The latter is an entirely different protocol that is based on the SSH service.

Log in or register to post/reply in the forum.