i mean no disrespect but this is the 5th time, i am repeating the same thing
type the command rclone version
i mean no disrespect but this is the 5th time, i am repeating the same thing
type the command rclone version
??
good, yes, you got the command correct
but you need to post the FULL
output
try again and post the FULL output of the command.
should look like
rclone v1.52.0
- os/arch: windows/amd64
- go version: go1.14.3
how to modify the version as you do?
techandapp@PAR-206287:~$ rclone version
rclone v1.45
that is a very, very old version,
run this command, this will download latest beta
curl https://rclone.org/install.sh | sudo bash -s beta
and the run
rclone version
techandapp@PAR-206287:~$ rclone version
rclone v1.52.2-212-g80d2f381-beta
good,
now we need to modify your config file
change
tls = true
to
explicit_tls = true
??
login as: techandapp
techandapp@51.159.54.137's password:
Last login: Mon Jul 13 21:04:38 2020 from 82.64.
techandapp@PAR-206287:~$ rclone sync '/home/techandapp/torrents/Action 2019' fre ebox:/Freebox/Films
2020/07/13 22:28:56 ERROR : ftps://82.64:17493/Freebox/Films: Error while Dialing 82.64.58.67:17493: tls: first record does not look like a TLS handshake
2020/07/13 22:28:56 Failed to create file system for "freebox:/Freebox/Films": N ewFs: ftpConnection Dial: tls: first record does not look like a TLS handshake
techandapp@PAR-206287:~$
we need to edit your config file.
to find the config file do this and as always post the output
rclone config file
??
login as: techandapp
techandapp@51.159.54.137's password:
Last login: Mon Jul 13 22:28:18 2020 from 82.64.
techandapp@PAR-206287:~$ rclone sync '/home/techandapp/torrents/Action 2019' fre ebox:/Freebox/Films
2020/07/13 22:48:37 ERROR : ftps://82.64.:17493/Freebox/Films: Implicit TLS and explicit TLS are mutually incompatible. Please revise your config
2020/07/13 22:48:37 Failed to create file system for "freebox:/Freebox/Films": N ewFs: Implicit TLS and explicit TLS are mutually incompatible. Please revise you r config
techandapp@PAR-206287:~$ rclone config
Current remotes:
Name Type
==== ====
freebox ftp
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q>
change
tls = true
to
explicit_tls = true
I changed it, but it doesn't take into account?
[freebox]
type = ftp
host = 82.64
user = freebox
pass = GvVbLliwhTrrmK6GUv1yl17atyFWnRQb
port = 17493
tls = true
explicit_tls = true
delete this
tls = true
??
login as: techandapp
techandapp@51.159.54.137's password:
Last login: Mon Jul 13 23:23:29 2020 from 82.64.58.67
techandapp@PAR-206287:~$ rclone sync '/home/techandapp/torrents/Action 2019' fre ebox:/Freebox/Films
2020/07/13 23:24:29 ERROR : ftp://82.64.:17493/Freebox/Films: Error while D ialing 82.64.: x509: cannot validate certificate for 82. beca use it doesn't contain any IP SANs
2020/07/13 23:24:29 Failed to create file system for "freebox:/Freebox/Films": N ewFs: ftpConnection Dial: x509: cannot validate certificate for 82. beca use it doesn't contain any IP SANs
techandapp@PAR-206287:~$
can do you
rclone config show freebox:
thanks
techandapp@PAR-206287:~$
ok, now we are ready to ask @ncw to stop by and comment.
thank you I'll be waiting for an answer.
hello @ncw Do you have the solution?
I think you'll need to use the hostname for the ftp server rather than the IP address to get the TLS connection to work properly.