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.

FTP not connecting


mkba235 Oct 1, 2021 08:09 PM

Hello all, 

I'm using a CR1000x and NL241 to perform SFTP. While my NL241 seems to be correctly connected to both the WiFi and the logger, no transfer is made. The IT department tells me that there is no log of the device attempting to transfer. Furthermore, when using the terminal emulator to watch the FTP activity, nothing is shown. It seems that no FTP activity is happening. Does anyone have pointers of how to track down the problem?


JDavis Oct 6, 2021 04:21 PM

First advice is to create a variable to show the result code of the FTPClient() instruction. You will see it used in examples in the CRBasic help.

https://help.campbellsci.com/crbasic/cr1000x/#Instructions/ftpclient.htm?TocPath=CR1000X%2520Instructions%257CInternet%2520Protocols%257C_____6

The help explains what the result codes mean.

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