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

Command retrlines timed out #271

Open
f43310 opened this issue Feb 2, 2019 · 0 comments
Open

Command retrlines timed out #271

f43310 opened this issue Feb 2, 2019 · 0 comments

Comments

@f43310
Copy link

f43310 commented Feb 2, 2019

All of a sudden, FTPSync stopped to work.
Here's my console output:

b'FTPSync > Loading config: cache hit (key: D:\websites\rainknow)'
b'FTPSync [default] > Connected to: 39...*:21 (timeout: 30) (key: None)'
b'FTPSync [default] > Logged in as: web (using password: YES)'
FTPSync > Command retrlines timed out, retrying (4 remaining)...
FTPSync > Command retrlines timed out, retrying (3 remaining)...

And here's my config file:
`"default": {

	"host": "39.*.*.*",
	"username": "w*****",  // or null for anonymous login
	"password": "******",
	"path": "/rainknow.******.com/",

	"upload_on_save": true, // set *false* if you do not want to upload on save!

	// "port": 21,
	// "tls": false,
	// "timeout": 30, // [seconds]

	"passive": false,

}`

I tested the connection through WinSCP and it works.
I tested the connection through SFTP(sublime text3 package) and it works.

I'd really appreciate any help!

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

1 participant