Changes between Version 63 and Version 64 of help/en/howto/sftp
- Timestamp:
- Nov 8, 2017 2:17:28 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/sftp
v63 v64 197 197 == Problems == 198 198 199 === Illegal sftp packet len ===200 The error message `I llegal sftp packet len` may indicate you have either:199 === Illegal sftp packet len. Invalid packet: indicated length 1114795883 too large === 200 The error message `Invalid packet: indicated length 1114795883 too large` may indicate you have either: 201 201 * An `echo` statement in your shell init script like ''.bashrc''. Make sure it does not output any text. 202 202 * Interoperability issue with Globalscape EFT Server. Issue #5308. 203 * Enable ssh access on your server. Use the sftp command in a terminal to verify `sftp username@domain_name`. It'll ask for your password. If you don't have ssh access, you'll get "Received message too long", hence the error msg in Cyberduck. 203 * Possibly the server is printing a message similar to ''Please login as the ubuntu user rather than root user''. Please verify the username for your connection. 204 * Enable SSH access on your server. Use the sftp command in a terminal to verify `sftp username@domain_name`. It'll ask for your password. If you don't have SSH access, you'll get "Received message too long", hence the error message. 204 205 205 206 === Kex Timeout ===