Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FTP-SSL (AUTH TLS) #41

Open
martin-braun opened this issue Dec 18, 2019 · 1 comment
Open

Add support for FTP-SSL (AUTH TLS) #41

martin-braun opened this issue Dec 18, 2019 · 1 comment

Comments

@martin-braun
Copy link

martin-braun commented Dec 18, 2019

Hi,

I'd like to use bsync to sync files on my hoster, but my hoster only allows me to transfer files using FTPS, not SFTP.

Unfortunately, on the attempt to connect I get this error message, so I assume FTPS is not supported:

$ ./bsync www ftps://username:password@example.com
ssh: Could not resolve hostname ftps: nodename nor servname provided, or not known
Error: could not open SSH connection.

I'd love to see this being implemented, or at least, get a suitable alternative that is a binary that requires no installation whatsoever.

@dooblem
Copy link
Owner

dooblem commented Dec 19, 2019

Hello @l-Marty-l
Unfortunately bsync is heavily based on rsync which does not support FTP nor FTPS.
Technically, rsync is using SSH ie more than SFTP : it need to run commands on the remote host.

What you could try is mounting your FTPS share with fuse locally, then run bsync locally between a local folder and a mounted folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants