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

cant download #120

Open lucidlips opened 8 years ago

lucidlips commented 8 years ago

fails on any kind of download, local project path is fine, not too sure whats going on here.

lucidlips commented 8 years ago

also all uploads are working fine

robooo commented 8 years ago
npm WARN deprecated MD5@1.3.0: deprecated, use lowercase 'md5@2.x' from now on
npm ERR! Darwin 14.5.0
npm ERR! argv "/Users/roboo/Downloads/Atom.app/Contents/Resources/app/apm/bin/node" "/Users/roboo/Downloads/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/roboo/.atom/.apm/.apmrc" "--userconfig" "/Users/roboo/.atom/.apmrc" "install" "/private/var/folders/p4/jpszqmkj6d53nhxkdq9zd06w0000gn/T/d-116224-27545-1fv7xmd/package.tgz" "--target=0.34.5" "--arch=x64"
npm ERR! node v0.10.40
npm ERR! npm  v2.13.3
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: expand-home-dir@'>=0.0.2 <0.0.3'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["2.0.0","0.0.3"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'SFTP-deployment'
npm ERR! notarget 

npm ERR! Please include the following file with any support request:
npm ERR!     /private/var/folders/p4/jpszqmkj6d53nhxkdq9zd06w0000gn/T/apm-install-dir-116224-27545-1fi7zb4/npm-debug.log
TakaKeiji commented 8 years ago

Unfortunately the developer seems to be away from this project since the last update, i've send some corrections to avoid connection setup to be uploaded to remote (possible security risk) and no comments or review since then 4 months ago.

So, be patient or fork it =/

amoussard commented 8 years ago

Hi all,

I will fix that in the next release.

Thank you for your feedback.