Revert "Rename the libssh sftp module to have a backup."

This reverts commit 12d8ba2c97.
This commit is contained in:
Andreas Schneider 2008-08-20 18:48:16 +02:00
parent c0f7b4546f
commit 56a26d8cd0

View file

@ -137,7 +137,6 @@ static int _sftp_connect(const char *uri) {
#if 0
ssh_set_verbosity(3);
#endif
ssh_set_verbosity(1);
ssh_options_set_host(options, host);
if (port) {