Changes between Version 13 and Version 14 of help/en/howto/sftp
- Timestamp:
- Jul 21, 2010 9:46:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/sftp
v13 v14 58 58 You can choose to use SCP for file transfers instead of SFTP for possible higher throughput. Change the default setting in the [wiki:help/en/howto/preferences Preferences]. 59 59 60 == Open in Terminal == 61 62 Use ''View → Customize Toolbar...'' to add the ''Terminal.app'' toolbar icon to your browser. It allows you to open a SSH shell for the current working directoy with a single click. 63 64 == Remote Commands == 65 66 See the Browser [wiki:help/en/howto/commands#SSHserver Custom Command] page to send custom commands over SSH. 67 60 68 == Problems == 61 69 * The error message `Illegal sftp packet len` may indicate you have an `echo` statement in your shell init script like ''.bashrc''. Make sure it does not output any text.