Add SFTP to the list of supported VFSes.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2012-06-29 13:56:33 +04:00 committed by Slava Zanko
parent 8f15940f50
commit 3786051314

View File

@ -64,6 +64,9 @@ static const char *const vfs_supported[] = {
#ifdef ENABLE_VFS_FTP
"ftpfs",
#endif
#ifdef ENABLE_VFS_SFTP
"sftpfs",
#endif
#ifdef ENABLE_VFS_FISH
"fish",
#endif