| commit | af1f90925494deba97a4b877798cf250f7dc75cf | [log] [download] |
|---|---|---|
| author | Darren Tucker <dtucker@zip.com.au> | Sun Dec 05 09:02:47 2010 +1100 |
| committer | Darren Tucker <dtucker@zip.com.au> | Sun Dec 05 09:02:47 2010 +1100 |
| tree | c6e44e388c2bd4ca0caad6ce9f422576fe650b57 | |
| parent | adab6f12992c522e1208fa2bdf89ce572840ccf8 [diff] |
- djm@cvs.openbsd.org 2010/12/04 00:18:01
[sftp-server.c sftp.1 sftp-client.h sftp.c PROTOCOL sftp-client.c]
add a protocol extension to support a hard link operation. It is
available through the "ln" command in the client. The old "ln"
behaviour of creating a symlink is available using its "-s" option
or through the preexisting "symlink" command; based on a patch from
miklos AT szeredi.hu in bz#1555; ok markus@