timburgess / brackets-ftp-sync

FTP/SFTP for Adobe Brackets
105 stars 19 forks source link

Error: read ECONNRESET, upload error: Error: 553 Could not create file. #30

Open dmonaldo opened 10 years ago

dmonaldo commented 10 years ago

When I upload my project, only the first half of my files upload. The rest receive this error message shown below. And this error always appears at the same file in the queue. I increased my vsftpd timeouts on the server, but I am still receiving this error.

[node-log 10:14:12 AM] upload error:Error: 553 Could not create file. >NodeDebugUtils.js:117 [node-log 10:14:12 AM] uploaded >/var/www/html/public/priceprospector/index.php NodeDebugUtils.js:117 [node-log 10:14:12 AM] { [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read', domainEmitter: { _connecting: false, _handle: null, _readableState: { highWaterMark: 16384, buffer: [], length: 0, pipes: null, pipesCount: 0, flowing: false, ended: false, endEmitted: false, reading: true, calledRead: true, sync: false, needReadable: true, emittedReadable: false, readableListening: false, objectMode: false, defaultEncoding: 'utf8', ranOut: false, awaitDrain: 0, readingMore: false, decoder: null, encoding: null }, readable: false, domain: { domain: null, _events: [Object], _maxListeners: 10, members: [] }, _events: { end: [Object], finish: [Function: onSocketFinish], _socketEnd: [Function: onSocketEnd] }, _maxListeners: 10, _writableState: { highWaterMark: 16384, objectMode: false, needDrain: false, ending: false, ended: false, finished: false, decodeStrings: false, defaultEncoding: 'utf8', length: 0, writing: false, sync: true, bufferProcessing: false, onwrite: [Function], writecb: null, writelen: 0, buffer: [] }, writable: false, allowHalfOpen: false, onend: null, destroyed: true, errorEmitted: true, bytesRead: 0, _bytesDispatched: 0, _pendingData: null, _pendingEncoding: '', _idleTimeout: -1, _idleNext: null, _idlePrev: null, _idleStart: 1402852452252 }, domain: { domain: null, _events: { error: [Function] }, _maxListeners: 10, members: [] }, domainThrown: false }

I have Brackets 40 installed on Xubuntu 14.04. The server I am uploading to is running Centos 6.5 with vsftpd.