- Jul 21, 2007
-
-
Dan Fandrich authored
-
- Jul 20, 2007
-
-
James Housley authored
-
Dan Fandrich authored
-
- Jul 18, 2007
-
-
James Housley authored
issue is in libssh2 and not freeing a dynamic error message during cleanup.
-
- Jul 14, 2007
-
-
Guenter Knauf authored
-
- Jul 10, 2007
-
-
James Housley authored
* Move scp:// into a state machine so it won't block in multi mode * When available use the full directory entry from the sftp:// server
-
- Jul 05, 2007
-
-
James Housley authored
message for an scp:// upload failure. If libssh2 has his matching patch, then the error message return by the server will be used instead of a more generic error.
-
- Jul 04, 2007
-
-
James Housley authored
-
- Jun 27, 2007
-
-
James Housley authored
and CURLOPT_NEW_DIRECTORY_PERMS. These control the premissions for files and directories created on the remote server. CURLOPT_NEW_FILE_PERMS defaults to 0644 and CURLOPT_NEW_DIRECTORY_PERMS defaults to 0755
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jun 26, 2007
-
-
James Housley authored
-
James Housley authored
-
- Jun 20, 2007
-
-
James Housley authored
other authentication methods. Terminate with a memory error.
-
- Jun 19, 2007
-
-
James Housley authored
-
Daniel Stenberg authored
-
James Housley authored
allocated when needed
-
- Jun 18, 2007
-
-
James Housley authored
-
- Jun 16, 2007
-
-
James Housley authored
Caught by the auto-builds
-
- Jun 14, 2007
-
-
James Housley authored
only affected sftp_sendquote() for the "chgrp/chmod/chown" commands. This also fixed failure of test 614 on a system that previously failed.
-
James Housley authored
with the latest libssh2, the listing would be truncated at the symlink. Fix by looping on LIBSSH2_ERROR_EAGAIN, like the rest of the calls.
-
- Jun 13, 2007
-
-
James Housley authored
-
Gisle Vanem authored
-
James Housley authored
uses the --ftp-create-dirs flag to control if cURL will try and create directories that are specified in an upload path, but don't exist.
-
James Housley authored
ie 0.14, that don't know about newer constants used in the state machine.
-
- Jun 12, 2007
-
-
James Housley authored
libssh2_sftp_shutdown() and libssh2_session_free() can now return LIBSSH2_ERROR_EAGAIN. * Fix the _send() and _recv() return values so non-blocking works
-
James Housley authored
suite, transfer fails in the real world. So after connect set to blocking as full non-blocking is migrated out.
-
James Housley authored
-
James Housley authored
LIBSSH2_APINO >= 200706012030. More to come...
-
- Jun 11, 2007
-
-
Gisle Vanem authored
-
- Jun 08, 2007
-
-
James Housley authored
memory leak, and it is the right thing to do.
-
James Housley authored
* As of (LIBSSH2_APINO >= 200706012030) there are not *nb() functions * As of (LIBSSH2_APINO >= 200706012030) most libssh2_*() functions can return LIBSSH2_ERROR_EAGAIN to indicate that the call would block. To make the code work as previously, blocking, all the code has been updated so that when (LIBSSH2_APINO >= 200706012030) it loops simulating blocking. This allows the existing code to function and not hold up the upcoming release.
-
- May 15, 2007
-
-
Dan Fandrich authored
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
-
- May 09, 2007
-
-
Dan Fandrich authored
sftp didn't truncate it first, which would corrupt the file if the new file was shorter than the old.
-
- May 08, 2007
-
-
Daniel Stenberg authored
because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file.
-
- Apr 18, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 08, 2007
-
-
Daniel Stenberg authored
-
- Apr 06, 2007
-
-
Dan Fandrich authored
Made libssh2 logging more verbose when debugging is enabled.
-
- Apr 04, 2007
-
-
Dan Fandrich authored
-