sftp_rmdir

@brief Remove a directoy.

@param sftp The sftp session handle.

@param directory The directory to remove.

@return 0 on success, < 0 on error with ssh and sftp error set.

@see sftp_get_error()

extern (C)
int
sftp_rmdir

Meta