How to upload via ftps? #851
Replies: 3 comments
-
@markusd112 have you been able to get it to work using a different FTP client, like Filezilla? Try that first, then copy the settings to Allsky. Eric |
Beta Was this translation helpful? Give feedback.
-
@EricClaeys Yes, with filezila it works: I set it to explicite FTPS and filezilla is able to establish a connection either leaving port blank or set it to port 21. When trying to adopt this settings to lftp I get a TLS error:
I am not so familiar with all the ftp or TLS settings in lftp. I have tried several options I have found around in the internet, like set ftp:ssl-force true and so on, but I get it not to work.... |
Beta Was this translation helpful? Give feedback.
-
@markusd112 All I had to do to go from "ftp" PROTOCOL to "ftps" was to change the PROTOCOL variable in config/ftp-settings.sh. Try setting |
Beta Was this translation helpful? Give feedback.
-
Hi,
uploading via ftp isn't a good idea because user name and password are not encrypted. My hosting provider supports ftps, but how to setup upload via ftps? I tried to set protocol variable to "ftps", but it doesn't really work.
I don't know what is going wrong. When trying to connect manually step by step I get the following error:
lftp :
> open --user 'xxxxx' --password 'yyyyyy' 'ftps://mydomain'> put '/tmp/test.txt' -o '/videos/x-28836' || (echo 'put of /tmp/test.txt failed!'; exit 1)---- Löse Hostadresse auf...
---- 1 Adresse gefunden: xx.xx.xx.xx
lftp xxxxxx@mydomain:
---- Verbinde mit xxxxxx.mydomain (xx.xx.xx.x) Port 990
**** Socket Fehler (Verbindungsaufbau abgelehnt) - erneutes Verbinden
---- Schließe den Kontroll - Socket
Abbruch
put of /tmp/test.txt failed!
Is there any way to use ftps instead of ftp or sftp?
Thanks
Markus
Beta Was this translation helpful? Give feedback.
All reactions