scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Error 550 #125

Closed bobrocke closed 9 years ago

bobrocke commented 9 years ago

/Users/bob/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/ftp.rb:326:in `getresp': 550 Can't create directory: File exists (Net::FTPPermError)

I get the above error when attempting to upload with Dandelion. I saw some older, closed, issues, but none of the offered any solutions - the problems just "went away."

I'm using passive mode as one poster described.

scttnlsn commented 9 years ago

Does your FTP user have the proper permissions? Have you tried w/ another FTP client? More info would be great.

bobrocke commented 9 years ago

Everything else worked fine and worked to different directories on the same server. Another FTP client worked fine.

What sort of troubleshooting data would be helpful?

joeserg commented 9 years ago

Have you checked your path for a leading slash where there shouldn't be? I had a similar error message which went away once I changed:

path: /public_html/

to:

path: public_html/

bobrocke commented 9 years ago

@joeserg I think that was it! Thanks!