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

put: CWD /localhost should not be invoked #14

Open
tmysik opened this issue Feb 3, 2012 · 0 comments
Open

put: CWD /localhost should not be invoked #14

tmysik opened this issue Feb 3, 2012 · 0 comments

Comments

@tmysik
Copy link

tmysik commented Feb 3, 2012

First - I have tested everything via lftp, no error, everything works.

Steps:

  • My config file deploy-localhost.yml (just for testing purposes) looks like:
'localhost':
  debug_mode: true
  skip: false
  scheme: ftp
  user: anonymous
  password: test@test.org
  host: localhost
  port: 21
  path: /pub/nette-skeleton
  passive: true
  • After running git-deploy deploy-localhost, I get:
localhost
Connecting to localhost
connect: localhost, 21
get: 220 Welcome to cattie only FTP service.
put: USER anonymous
get: 331 Please specify the password.
put: PASS *************
get: 230 Login successful.
put: CWD /localhost
get: 550 Failed to change directory.

I guess put: CWD /localhost is the culprit of the failure - is it a bug or have I anything incorrect in my config file?

Thanks.
PS: BTW if one makes a typo in scheme, exception is thrown instead of some user-friendly error.

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