1ftppr(8) Universal proxy server ftppr(8)
2
3
4
6 ftppr - FTP proxy gateway service
7
9 ftppr [-d] [-l[[@]logfile]] [-pport] [-iinternal_ip] [-eexternal_ip]
10 [-hdefault_ip[:port]]
11
13 ftppr is FTP gateway service to allow internal users to access external
14 FTP servers.
15
17 -I Inetd mode. Standalone service only.
18
19 -d Daemonise. Detach service from console and run in the back‐
20 ground.
21
22 -t Be silenT. Do not log start/stop/accept error records.
23
24 -u Never look for username authentication.
25
26 -e External address. IP address of interface proxy should initiate
27 connections from. By default system will deside which address
28 to use in accordance with routing table.
29
30 -i Internal address. IP address proxy accepts connections to. By
31 default connection to any interface is accepted. It´s usually
32 unsafe.
33
34 -h Default destination. It's used if targed address is not speci‐
35 fied by user.
36
37 -p Port. Port proxy listens for incoming connections. Default is
38 21.
39
40 -l Log. By default logging is to stdout. If logfile is specified
41 logging is to file. Under Unix, if ´@´ preceeds logfile, syslog
42 is used for logging.
43
45 You can use any FTP client, regardless of FTP proxy support. For client
46 with FTP proxy support configure internal_ip and port in FTP proxy
47 parameters. For clients without FTP proxy support use internal_ip and
48 port as FTP server. Address of real FTP server must be configured as a
49 part of FTP username. Format for username is username@server, where
50 server is address of FTP server and username is user´s login on this
51 FTP server. Login itself may contain ´@´ sign. Only cleartext authen‐
52 tication is currently supported.
53
55 Report all bugs to 3proxy@3proxy.ru
56
58 3proxy(8), proxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), sys‐
59 logd(8),
60 http://3proxy.ru/
61
63 3proxy is designed by Vladimir 3APA3A Dubrovin (3proxy@3proxy.ru)
64
65
66
673proxy 0.8 January 2016 ftppr(8)