mc.sh & mc.csh creation fixed...
[midnight-commander.git] / vfs / ftpfs.h
blob22454f92beec4469fddd9b26de1131e051d9fd87
1 /* ftpfs.h */
3 #if !defined(__FTPFS_H)
4 #define __FTPFS_H
6 extern char *ftpfs_anonymous_passwd;
7 extern char *ftpfs_proxy_host;
8 extern int ftpfs_directory_timeout;
9 extern int ftpfs_always_use_proxy;
11 extern int ftpfs_retry_seconds;
12 extern int ftpfs_use_passive_connections;
13 extern int ftpfs_use_unix_list_options;
14 extern int ftpfs_first_cd_then_ls;
16 void ftpfs_init_passwd (void);
18 #define OPT_FLUSH 1
19 #define OPT_IGNORE_ERROR 2
21 #endif /* __FTPFS_H */