mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
Add SFTP to the list of supported VFSes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8f15940f50
commit
3786051314
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user