mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +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
|
#ifdef ENABLE_VFS_FTP
|
||||||
"ftpfs",
|
"ftpfs",
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef ENABLE_VFS_SFTP
|
||||||
|
"sftpfs",
|
||||||
|
#endif
|
||||||
#ifdef ENABLE_VFS_FISH
|
#ifdef ENABLE_VFS_FISH
|
||||||
"fish",
|
"fish",
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user