CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/12/03 17:18:01
Modified files: usr.bin/ssh : PROTOCOL sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c Log message: 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@