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.

Header is sent every time when sending multiple files over FTP


Tiberiu Aug 3, 2023 08:24 AM

Hello,

I have an issue regarding the FTPClient function. The datalogger that I use is a CR1000X with the latest OS version, 6.02. I try to stream data from 3 different data tables to 3 different files on a remote server. The FileOption parameter is set as -1009, so that the header is not appended every time. This works only for the 1st file on the remote server. In the other 2 files the header is appended every time the datalogger transmits new data to the server. I attach the line of code that's of interest:

FTP_Result = FTPClient (Server,User,Pass,"Sec20,Sec30,Sec60","/station_" & Station_name & "/20sec.csv,/station_" & Station_name & "/30sec.csv,/station_" & Station_name & "/60sec.csv",19,0,0,Min,-1009)

Am I doing anything wrong or is this a known bug? Someone else had the same issue a few years ago, but they used a different datalogger. The issue did not seem to be fixed back then.

Thank you,

Tiberiu


robepushy Dec 5, 2023 07:10 AM

It seems like the FTPClient function has this problem very often because I also had this problem at least once with baldi's basics


patriciabgriffie Dec 12, 2023 06:25 AM

This post is under review.


yeuphorict Mar 27, 2024 03:50 AM

Seems to be a common error. I also encountered many people complaining about this. mario games

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