-
Notifications
You must be signed in to change notification settings - Fork 90
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
Error when connecting to SFTP #113
Comments
Hi @mdelorimier I'm not an expert in Yaml but I think you should remove the double quotes around values. Kind regards |
@daywalker2811 I don't beleive that is the issue : https://stackoverflow.com/a/11301675/643039 I have semicolon in password so I need to escape it using quotes. |
I also encounter problem using sftp Error log: [ + ] Fail uploading file site/README.md: { Error: No such file |
Same problem here. SFTP doesn't work. version
config
error
|
Hello,
I am having an issue when trying to connect to a SFTP server. This might be linked to the server's fingerprint not beeing known (it is present in ~/.ssh/known_hosts).
Using the ssh2 package, I am able to connect and get folder listing using the same configuration.
Here is the configuration file :
Here is the error :
Regards
The text was updated successfully, but these errors were encountered: