mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-01 11:26:53 +03:00
remove embedded CVS/svn tags
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: scp.c,v 1.12 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do a simple SCP transfer.
|
||||
*/
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: scp_nonblock.c,v 1.16 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SCP transfers in a non-blocking manner.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,7 +1,5 @@
|
||||
/*
|
||||
* $Id: scp_write.c,v 1.7 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do a simple SCP transfer.
|
||||
* Sample showing how to do an SCP upload.
|
||||
*/
|
||||
|
||||
#include "libssh2_config.h"
|
||||
|
@ -1,7 +1,5 @@
|
||||
/*
|
||||
* $Id: scp_write_nonblock.c,v 1.10 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do a simple SCP transfer.
|
||||
* Sample showing how to do an SCP non-blocking upload transfer.
|
||||
*/
|
||||
|
||||
#include "libssh2_config.h"
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftp.c,v 1.17 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SFTP transfers.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftp_RW_nonblock.c,v 1.13 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SFTP transfers in a non-blocking manner.
|
||||
*
|
||||
* It will first download a given source file, store it locally and then
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftp_write.c,v 1.11 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SFTP append of a local file onto a remote one.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftp_mkdir.c,v 1.9 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SFTP mkdir
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftp_mkdir_nonblock.c,v 1.12 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SFTP non-blocking mkdir.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftp_nonblock.c,v 1.18 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SFTP non-blocking transfers.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftp_write.c,v 1.11 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SFTP write transfers.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftp_write_nonblock.c,v 1.14 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SFTP non-blocking write transfers.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftpdir.c,v 1.11 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample doing an SFTP directory listing.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password and
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: sftpdir_nonblock.c,v 1.13 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample doing an SFTP directory listing.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password and
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: ssh2.c,v 1.19 2009/04/28 10:35:30 bagder Exp $
|
||||
*
|
||||
* Sample showing how to do SSH2 connect.
|
||||
*
|
||||
* The sample code has default values for host name, user name, password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: ssh2_exec.c,v 1.4 2009/05/07 20:30:22 bagder Exp $
|
||||
*
|
||||
* Run it like this:
|
||||
*
|
||||
* $ ./ssh2_echo 127.0.0.1 user password
|
||||
|
@ -1,6 +1,4 @@
|
||||
/*
|
||||
* $Id: ssh2_exec.c,v 1.4 2009/05/07 20:30:22 bagder Exp $
|
||||
*
|
||||
* Sample showing how to use libssh2 to execute a command remotely.
|
||||
*
|
||||
* The sample code has fixed values for host name, user name, password
|
||||
|
Reference in New Issue
Block a user