Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080

FTP upload Error

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
User avatar
vpokroglo
Posts: 111
Joined: Thu 24 Feb 2011 7:45 pm
Weather Station: WS-2350
Operating System: Raspberry Pi 2
Location: Slovenija
Contact:

FTP upload Error

Post by vpokroglo »

Suddenly I get many FTP upload errors. My site is not updated. I could normaly upload files to server with external ftp app. Any sugestions?

ftplog...

Code: Select all

2023-04-15 21:10:00.180 FTP[Int]: CumulusMX Connecting to okroglovreme.com

# Connect()
Status:   Connecting to ***:21
Response: 220 ProFTPD Server ready.
Status:   Detected FTP server: ProFTPD
Command:  USER ***
Response: 331 Password required for okroglov
Command:  PASS ***
Response: 230 User okroglov logged in
Command:  FEAT
Response: 211-Features:
Response: AUTH TLS
Response: CCC
Response: CLNT
Response: CSID
Response: EPRT
Response: EPSV
Response: HOST
Response: LANG es-ES;bg-BG;fr-FR;ja-JP;ko-KR;ru-RU;it-IT;en-US;zh-CN;zh-TW
Response: MDTM
Response: MFF modify;UNIX.group;UNIX.mode;
Response: MFMT
Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.groupname*;UNIX.mode*;UNIX.owner*;UNIX.ownername*;
Response: PBSZ
Response: PROT
Response: RANG STREAM
Response: REST STREAM
Response: SIZE
Response: SSCN
Response: TVFS
Response: UTF8
Response: 211 End
Status:   Text encoding: System.Text.UTF8Encoding
Command:  OPTS UTF8 ON
Response: 200 UTF8 set to on
Command:  SYST
Response: 215 UNIX Type: L8
Status:   Listing parser set to: Machine
2023-04-15 21:10:00.503 FTP[Int]: Uploading Extra file: /opt/CumulusMX/webfiles/sunbird.txt
2023-04-15 21:10:00.505 FTP[Int]: Error uploading file /opt/CumulusMX/webfiles/sunbird.txt: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
2023-04-15 21:10:00.505 FTP[Int]: Uploading Extra file: /opt/CumulusMX/webfiles/awekasT.txt
2023-04-15 21:10:00.508 FTP[Int]: Error uploading file /opt/CumulusMX/webfiles/awekasT.txt: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
2023-04-15 21:10:00.508 FTP[Int]: Uploading Extra file: /opt/CumulusMX/webfiles/CUtags.txt
2023-04-15 21:10:00.944 FTP[Int]: Error uploading file /opt/CumulusMX/webfiles/CUtags.txt: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
2023-04-15 21:10:00.944 FTP[Int]: Uploading Extra file: /opt/CumulusMX/webfiles/davcon24T.txt
2023-04-15 21:10:01.388 FTP[Int]: Error uploading file /opt/CumulusMX/webfiles/davcon24T.txt: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
2023-04-15 21:10:01.388 FTP[Int]: Uploading Extra file: /opt/CumulusMX/utils/pwsFWI.txt

2023-04-15 21:10:01.390 FTP[Int]: Error reading /opt/CumulusMX/utils/pwsFWI.txt - Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
2023-04-15 21:10:01.390 FTP[Int]: Uploading Extra file: /opt/CumulusMX/utils/systeminfoTable.txt

2023-04-15 21:10:01.392 FTP[Int]: Error reading /opt/CumulusMX/utils/systeminfoTable.txt - Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
2023-04-15 21:10:01.392 FTP[Int]: Uploading standard Data file: web/websitedata.json
2023-04-15 21:10:01.473 FTP[Int]: Error uploading file websitedata.json: System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x00fb3] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:01.473 FTP[Int]: Uploading standard Data file: wxnow.txt
2023-04-15 21:10:01.483 FTP[Int]: Error uploading file wxnow.txt: System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x00fb3] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:01.483 FTP[Int]: Uploading graph data file: web/graphconfig.json
2023-04-15 21:10:01.485 FTP[Int]: Error uploading graph data file [graphconfig.json]
2023-04-15 21:10:01.493 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:01.493 FTP[Int]: Uploading graph data file: web/availabledata.json
2023-04-15 21:10:01.494 FTP[Int]: Error uploading graph data file [availabledata.json]
2023-04-15 21:10:01.503 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:01.503 FTP[Int]: Uploading graph data file: web/tempdata.json
2023-04-15 21:10:01.784 FTP[Int]: Error uploading graph data file [tempdata.json]
2023-04-15 21:10:01.792 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:01.792 FTP[Int]: Uploading graph data file: web/pressdata.json
2023-04-15 21:10:01.916 FTP[Int]: Error uploading graph data file [pressdata.json]
2023-04-15 21:10:01.924 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:01.924 FTP[Int]: Uploading graph data file: web/winddata.json
2023-04-15 21:10:02.060 FTP[Int]: Error uploading graph data file [winddata.json]
2023-04-15 21:10:02.068 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.068 FTP[Int]: Uploading graph data file: web/wdirdata.json
2023-04-15 21:10:02.187 FTP[Int]: Error uploading graph data file [wdirdata.json]
2023-04-15 21:10:02.195 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.195 FTP[Int]: Uploading graph data file: web/humdata.json
2023-04-15 21:10:02.327 FTP[Int]: Error uploading graph data file [humdata.json]
2023-04-15 21:10:02.335 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.335 FTP[Int]: Uploading graph data file: web/raindata.json
2023-04-15 21:10:02.465 FTP[Int]: Error uploading graph data file [raindata.json]
2023-04-15 21:10:02.473 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.473 FTP[Int]: Uploading graph data file: web/dailyrain.json
2023-04-15 21:10:02.489 FTP[Int]: Error uploading graph data file [dailyrain.json]
2023-04-15 21:10:02.497 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.497 FTP[Int]: Uploading graph data file: web/dailytemp.json
2023-04-15 21:10:02.507 FTP[Int]: Error uploading graph data file [dailytemp.json]
2023-04-15 21:10:02.516 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.516 FTP[Int]: Uploading graph data file: web/solardata.json
2023-04-15 21:10:02.614 FTP[Int]: Error uploading graph data file [solardata.json]
2023-04-15 21:10:02.622 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.622 FTP[Int]: Uploading graph data file: web/sunhours.json
2023-04-15 21:10:02.624 FTP[Int]: Error uploading graph data file [sunhours.json]
2023-04-15 21:10:02.632 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.632 FTP[Int]: Uploading graph data file: web/airquality.json
2023-04-15 21:10:02.634 FTP[Int]: Error uploading graph data file [airquality.json]
2023-04-15 21:10:02.642 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.642 FTP[Int]: Uploading graph data file: web/extratempdata.json
2023-04-15 21:10:02.644 FTP[Int]: Error uploading graph data file [extratempdata.json]
2023-04-15 21:10:02.652 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.652 FTP[Int]: Uploading graph data file: web/extrahumdata.json
2023-04-15 21:10:02.654 FTP[Int]: Error uploading graph data file [extrahumdata.json]
2023-04-15 21:10:02.663 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.663 FTP[Int]: Uploading graph data file: web/extradewdata.json
2023-04-15 21:10:02.665 FTP[Int]: Error uploading graph data file [extradewdata.json]
2023-04-15 21:10:02.673 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.673 FTP[Int]: Uploading graph data file: web/soiltempdata.json
2023-04-15 21:10:02.675 FTP[Int]: Error uploading graph data file [soiltempdata.json]
2023-04-15 21:10:02.683 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.683 FTP[Int]: Uploading graph data file: web/soilmoistdata.json
2023-04-15 21:10:02.685 FTP[Int]: Error uploading graph data file [soilmoistdata.json]
2023-04-15 21:10:02.693 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.693 FTP[Int]: Uploading graph data file: web/usertempdata.json
2023-04-15 21:10:02.695 FTP[Int]: Error uploading graph data file [usertempdata.json]
2023-04-15 21:10:02.703 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.703 FTP[Int]: Uploading graph data file: web/co2sensordata.json
2023-04-15 21:10:02.705 FTP[Int]: Error uploading graph data file [co2sensordata.json]
2023-04-15 21:10:02.713 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x010b7] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:02.713 FTP[Int]: Uploading daily graph data file: web/alldailytempdata.json
2023-04-15 21:10:03.637 FTP[Int]: Error uploading daily graph data file [alldailytempdata.json]
2023-04-15 21:10:03.645 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x011dd] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:03.645 FTP[Int]: Uploading daily graph data file: web/alldailypressdata.json
2023-04-15 21:10:03.848 FTP[Int]: Error uploading daily graph data file [alldailypressdata.json]
2023-04-15 21:10:03.850 Realtime[134]: Uploading - realtime.txt
2023-04-15 21:10:03.860 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x011dd] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:03.861 FTP[Int]: Uploading daily graph data file: web/alldailywinddata.json
2023-04-15 21:10:04.097 FTP[Int]: Error uploading daily graph data file [alldailywinddata.json]
2023-04-15 21:10:04.105 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x011dd] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:04.106 FTP[Int]: Uploading daily graph data file: web/alldailyhumdata.json
2023-04-15 21:10:04.183 FTP[Int]: Error uploading daily graph data file [alldailyhumdata.json]
2023-04-15 21:10:04.191 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x011dd] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:04.191 FTP[Int]: Uploading daily graph data file: web/alldailyraindata.json
2023-04-15 21:10:04.314 FTP[Int]: Error uploading daily graph data file [alldailyraindata.json]
2023-04-15 21:10:04.322 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x011dd] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:04.322 FTP[Int]: Uploading daily graph data file: web/alldailysolardata.json
2023-04-15 21:10:04.341 FTP[Int]: Error uploading daily graph data file [alldailysolardata.json]
2023-04-15 21:10:04.349 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x011dd] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:04.349 FTP[Int]: Uploading daily graph data file: web/alldailydegdaydata.json
2023-04-15 21:10:04.560 FTP[Int]: Error uploading daily graph data file [alldailydegdaydata.json]
2023-04-15 21:10:04.569 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x011dd] in <8be6f1044cfe411391a3124bdf024bf0>:0 
2023-04-15 21:10:04.569 FTP[Int]: Uploading daily graph data file: web/alltempsumdata.json
2023-04-15 21:10:04.904 FTP[Int]: Error uploading daily graph data file [alltempsumdata.json]
2023-04-15 21:10:04.913 FTP[Int]: Error = System.MissingMethodException: Method not found: FluentFTP.FtpStatus FluentFTP.FtpClient.Upload(System.IO.Stream,string,FluentFTP.FtpRemoteExists,bool,System.Action`1<FluentFTP.FtpProgress>)
  at CumulusMX.Cumulus.DoIntervalUpload () [0x011dd] in <8be6f1044cfe411391a3124bdf024bf0>:0 
Command:  QUIT
Response: 221 Goodbye.
Status:   Disposing FtpSocketStream...
2023-04-15 21:10:04.942 FTP[Int]: Disconnected from okroglovreme.com
Image
freddie
Posts: 2870
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 24.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: FTP upload Error

Post by freddie »

It looks as if you have upgraded to the latest version of MX but have not copied the full distribution. One of the library dependencies (FluentFTP) appears to be the incorrect version and has some missing functions.
Freddie
Image
User avatar
vpokroglo
Posts: 111
Joined: Thu 24 Feb 2011 7:45 pm
Weather Station: WS-2350
Operating System: Raspberry Pi 2
Location: Slovenija
Contact:

Re: FTP upload Error

Post by vpokroglo »

updated package one more time and it works! Thanks.
Image
Post Reply