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

SFTP session closed undefined #73

Open
riklamme opened this issue Aug 19, 2015 · 0 comments
Open

SFTP session closed undefined #73

riklamme opened this issue Aug 19, 2015 · 0 comments

Comments

@riklamme
Copy link

Session closed (undefined) error with large file sizes (225kb).
Someone an idea

Grunt task is:

'sftp-deploy': {
pages: {
auth: {
host: 'host',
port: 22,
authKey: 'privateKey'
},
cache: false, // 'sftpCache.json',
src: '<%= dir.dist %>',
dest: 'path/on/server', // this is on the remote host
exclusions: [
'<%= dir.dist %>/**/.DS_Store'],
concurrency: 1,
serverSep: '/',
progress: true
}
}, // end sftp-deploy

and i use the --verbose option

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