amoussard / sftp-deployment

Spend less time managing file transfers and more time coding. SFTP support for Atom.io to send and receive files directly in your server.
MIT License
76 stars 44 forks source link

remotePath vs remote_path #55

Closed qbolec closed 9 years ago

qbolec commented 9 years ago

The docs at https://github.com/amoussard/sftp-deployment names the key in the config using snake_case. The deployment-config.json file autogenerated by wizard uses camelCase.

Also, I get some strange "Cannot establish connection: path must be string" errors whenever I save something.

marcoslhc commented 9 years ago

It is remote_path. Is the only way I got it to work [edit] Nope, is not remote_path but when I use remotePath i get this error: Cannot Upload File: /local/path/to/file.extension File don't exist

amoussard commented 9 years ago

Hi guys,

I have fixed the documentation, you must use removePath.