sftp_unlink

@brief Unlink (delete) a file.

@param sftp The sftp session handle.

@param file The file to unlink/delete.

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

@see sftp_get_error()

extern (C)
int
sftp_unlink
(,
const char* file
)

Meta