Changes between Version 2 and Version 3 of help/sk/howto/sftp
- Timestamp:
- Nov 17, 2010 5:43:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/sk/howto/sftp
v2 v3 69 69 }}} 70 70 71 where72 * {0} is`-i <path to the private key>`73 * {1} is the username from the login credentials74 * {2} is the hostname75 * {3} is the port number of the remote host76 * {4} is the current working directory in the browser71 kde 72 * {0} je `-i <path to the private key>` 73 * {1} je používateľ z prihlasovacích údajov 74 * {2} je meno hostiteľa 75 * {3} je číslo portu vzdialeného hostiteľa 76 * {4} je platný pracovný priečinok v prehliadači 77 77 78 78 Because of all the escaping of characters, it might be easier to edit the key using ''Property List Editor'' if you have the developer tools installed. You can then set the string for the key `terminal.command.ssh` to `ssh -t {0} {1}@{2} -p {3} "cd {4} && exec \$SHELL"`. Test the string in ''Terminal.app'' first if it is valid.