E5Network/E5Ftp.py

changeset 3621
15f23ed3f216
parent 3178
f25fc1364c88
child 4021
195a471c327b
equal deleted inserted replaced
3620:2c8d96d47cda 3621:15f23ed3f216
49 NonAuthorizing = 1 # non authorizing proxy 49 NonAuthorizing = 1 # non authorizing proxy
50 UserAtServer = 2 # proxy login first, than user@remote.host 50 UserAtServer = 2 # proxy login first, than user@remote.host
51 Site = 3 # proxy login first, than use SITE command 51 Site = 3 # proxy login first, than use SITE command
52 Open = 4 # proxy login first, than use OPEN command 52 Open = 4 # proxy login first, than use OPEN command
53 UserAtProxyuserAtServer = 5 # one login for both 53 UserAtProxyuserAtServer = 5 # one login for both
54 ProxyuserAtServer = 6 # proxy login with remote host given, than 54 ProxyuserAtServer = 6
55 # normal remote login 55 # proxy login with remote host given, than normal remote login
56 AuthResp = 7 # authenticate to proxy with AUTH and 56 AuthResp = 7 # authenticate to proxy with AUTH and RESP commands
57 # RESP commands
58 Bluecoat = 8 # bluecoat proxy 57 Bluecoat = 8 # bluecoat proxy
59 58
60 59
61 class E5Ftp(ftplib.FTP): 60 class E5Ftp(ftplib.FTP):
62 """ 61 """

eric ide

mercurial