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 """ |