[capistrano] deploy:upload default transport method

2011-11-18 Thread Kaczor
I was using cap deploy:upload FILES=some_file many times. It always worked without any trouble, but today I got: upload via sftp failed on blubase.bluetrace.eu: Net::SFTP::StatusException (Net::SFTP::StatusException open /srv/ www/ (3, permission denied)) Has something changed in this upload

Re: [capistrano] deploy:upload default transport method

2011-11-18 Thread Lee Hambley
This method hasn't changed, permission denied means that something changed on your server, not always permission, this can also happen if you have run out of disk space, or if the file was in use, etc. For this purpose, SFTP and SCP aught to behave the same. - Lee -- * You received this

Re: [capistrano] deploy:upload default transport method

2011-11-18 Thread Donovan Bray
Sometimes error messages do actually point to the root problem. The first thing I would check is file permissions of that file on the remote host and compare it to the deploy user. If its a permission problem switching to scp will result in the same error. On Nov 18, 2011, at 2:06 AM,