Add.
This commit is contained in:
parent
7ebafd3999
commit
0ace54f5b6
3
NEWS
3
NEWS
@ -7,6 +7,9 @@ Version
|
|||||||
libssh2_sftp_readnb()
|
libssh2_sftp_readnb()
|
||||||
libssh2_sftp_writenb()
|
libssh2_sftp_writenb()
|
||||||
|
|
||||||
|
Size parameter changed from 'int' to 'unsigned int' in several
|
||||||
|
public APIs.
|
||||||
|
|
||||||
Added (a few) man pages in docs/. (Daniel Stenberg)
|
Added (a few) man pages in docs/. (Daniel Stenberg)
|
||||||
|
|
||||||
Maximum SSH packet size is now some 35000 bytes.
|
Maximum SSH packet size is now some 35000 bytes.
|
||||||
|
2
docs/.cvsignore
Normal file
2
docs/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
2
example/.cvsignore
Normal file
2
example/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
10
example/simple/.cvsignore
Normal file
10
example/simple/.cvsignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
scp
|
||||||
|
scp_nonblock
|
||||||
|
sftp
|
||||||
|
sftp_nonblock
|
||||||
|
sftpdir
|
||||||
|
ssh2
|
Loading…
x
Reference in New Issue
Block a user