FTP giving up with realtime.txt file
Posted: Tue 01 Nov 2022 10:27 am
Hi all
Another issue seems to have arisen with the FTP of my realtime.txt file as it seems to 'give up' trying to send the data. Took 7 minutes after 10 am today to send its last signal before nothing else is seen in the ftplog. No update to the realtime.txt file on the website was seen after 10:07:10.
ftplog:
2022-11-01 10:07:10.850 Realtime[38]: Uploading - realtime.txt
2022-11-01 10:07:10.851 FTP[38]: Uploading realtime.txt to /cumulus/realtime.txt
# UploadFile("realtime.txt", "/cumulus/realtime.txt", Overwrite, False, None)
# FileExists("/cumulus/realtime.txt")
Command: SIZE /cumulus/realtime.txt
Response: 213 278
# DeleteFile("/cumulus/realtime.txt")
Command: DELE /cumulus/realtime.txt
Response: 250 Deleted /cumulus/realtime.txt
# OpenWrite("/cumulus/realtime.txt", Binary)
# GetFileSize("/cumulus/realtime.txt")
Command: SIZE /cumulus/realtime.txt
Response: 550 Can't check for file existence
# OpenPassiveDataStream(PASV, "STOR /cumulus/realtime.txt", 0)
Command: PRET STOR /cumulus/realtime.txt
Response: 200 Ready to proceed
Command: PASV
Response: 227 Entering Passive Mode (82,163,176,83,212,119)
Status: Connecting to 82.163.176.83:54391
Command: STOR /cumulus/realtime.txt
Response: 150 Accepted data connection
Status: FTPS Authentication Successful
Status: Time to activate encryption: 0h 0m 0s. Total Seconds: 0.097566.
Status: Disposing FtpSocketStream...
Response: 226-File successfully transferred
Response: 226 0.028 seconds (measured here), 9.67 Kbytes per second
I'll attach the MXdiags file from this morning, would have done the same for the ftplog but it was too big! Can't seem to find anything giving a blatant error for the realtime.txt at all, might be another setting that I've forgotten to tick or something!
Any help is greatly appreciated
Jamie
Another issue seems to have arisen with the FTP of my realtime.txt file as it seems to 'give up' trying to send the data. Took 7 minutes after 10 am today to send its last signal before nothing else is seen in the ftplog. No update to the realtime.txt file on the website was seen after 10:07:10.
ftplog:
2022-11-01 10:07:10.850 Realtime[38]: Uploading - realtime.txt
2022-11-01 10:07:10.851 FTP[38]: Uploading realtime.txt to /cumulus/realtime.txt
# UploadFile("realtime.txt", "/cumulus/realtime.txt", Overwrite, False, None)
# FileExists("/cumulus/realtime.txt")
Command: SIZE /cumulus/realtime.txt
Response: 213 278
# DeleteFile("/cumulus/realtime.txt")
Command: DELE /cumulus/realtime.txt
Response: 250 Deleted /cumulus/realtime.txt
# OpenWrite("/cumulus/realtime.txt", Binary)
# GetFileSize("/cumulus/realtime.txt")
Command: SIZE /cumulus/realtime.txt
Response: 550 Can't check for file existence
# OpenPassiveDataStream(PASV, "STOR /cumulus/realtime.txt", 0)
Command: PRET STOR /cumulus/realtime.txt
Response: 200 Ready to proceed
Command: PASV
Response: 227 Entering Passive Mode (82,163,176,83,212,119)
Status: Connecting to 82.163.176.83:54391
Command: STOR /cumulus/realtime.txt
Response: 150 Accepted data connection
Status: FTPS Authentication Successful
Status: Time to activate encryption: 0h 0m 0s. Total Seconds: 0.097566.
Status: Disposing FtpSocketStream...
Response: 226-File successfully transferred
Response: 226 0.028 seconds (measured here), 9.67 Kbytes per second
I'll attach the MXdiags file from this morning, would have done the same for the ftplog but it was too big! Can't seem to find anything giving a blatant error for the realtime.txt at all, might be another setting that I've forgotten to tick or something!
Any help is greatly appreciated
Jamie