Special Option translated...
[midnight-commander.git] / vfs / ftpfs.h
blob271cf7183428a63711fedcd2cf3bdb64c3ccdb42
1 /* ftpfs.h */
3 /* $Id$ */
5 #if !defined(__FTPFS_H)
6 #define __FTPFS_H
8 extern char *ftpfs_anonymous_passwd;
9 extern char *ftpfs_proxy_host;
10 extern int ftpfs_directory_timeout;
11 extern int ftpfs_always_use_proxy;
13 extern int ftpfs_retry_seconds;
14 extern int ftpfs_use_passive_connections;
15 extern int ftpfs_use_unix_list_options;
16 extern int ftpfs_first_cd_then_ls;
18 void ftpfs_init_passwd (void);
20 #define OPT_FLUSH 1
21 #define OPT_IGNORE_ERROR 2
23 #endif /* __FTPFS_H */