Welcome to the Cumulus Support forum.

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

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.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

FTP Upload fails...

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

Locked
maddinthebrain
Posts: 33
Joined: Mon 07 Aug 2017 12:15 pm
Weather Station: WH1080
Operating System: Raspbian Jessie

FTP Upload fails...

Post by maddinthebrain »

Hello folks,

I'm trying to setup sftp upload to the ftp-server of my webspace (of one.com).Unfortunately there are errors:

from ftplog.txt

Code: Select all

2017-09-07 18:05:04.129 Connecting to ssh.myftpserver.de
SSH-2.0-OpenSSH_6.6.1p1 Debian-4~bpo70+1
Disposing FtpClient object...
Disposing FtpSocketStream...
Testing connectivity using Socket.Poll()...
2017-09-07 18:05:26.074 Uploading realtime.txt to Cumulus/realtime.txt
Testing connectivity using Socket.Poll()...
TYPE I
502 'TYPE': command not implemented. 
The thing with TYPE is for every file Cumulus tries to upload.

How can I solve it? Is there an external ftp-client which can I use on raspbian?

As SSH is also possible for this, how to setup a cron job or similar?

Thanks in advance.

Martin
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: FTP Upload fails...

Post by steve »

You could try asking your hosting provider why their ftp server doesn't support the TYPE command. That seems like quite a basic omission (although admittedly it's probably not an essential function).
Steve
Locked