search for: i_getlink

Displaying 1 result from an estimated 1 matches for "i_getlink".

Did you mean: getlink
2002 Nov 05
0
[PATCH] Add getlink command to sftp
...machine. .It Ic help Display help text. .It Ic lls Op Ar ls-options Op Ar path *** sftp-int.c@@\main\1 Tue Oct 1 17:27:02 2002 --- sftp-int.c Wed Oct 2 06:21:10 2002 *************** *** 74,79 **** --- 74,80 ---- #define I_SHELL 20 #define I_SYMLINK 21 #define I_VERSION 22 + #define I_GETLINK 23 struct CMD { const char *c; *************** *** 91,96 **** --- 92,98 ---- { "exit", I_QUIT }, { "get", I_GET }, { "mget", I_GET }, + { "getlink", I_GETLINK }, { "help", I_HELP }, { "lcd", I_LCHDIR }, { "l...