E5Network/E5Ftp.py

changeset 3621
15f23ed3f216
parent 3178
f25fc1364c88
child 4021
195a471c327b
diff -r 2c8d96d47cda -r 15f23ed3f216 E5Network/E5Ftp.py
--- a/E5Network/E5Ftp.py	Fri May 30 13:17:20 2014 +0200
+++ b/E5Network/E5Ftp.py	Fri May 30 15:16:40 2014 +0200
@@ -51,10 +51,9 @@
     Site = 3                        # proxy login first, than use SITE command
     Open = 4                        # proxy login first, than use OPEN command
     UserAtProxyuserAtServer = 5     # one login for both
-    ProxyuserAtServer = 6           # proxy login with remote host given, than
-                                    # normal remote login
-    AuthResp = 7                    # authenticate to proxy with AUTH and
-                                    # RESP commands
+    ProxyuserAtServer = 6
+    # proxy login with remote host given, than normal remote login
+    AuthResp = 7  # authenticate to proxy with AUTH and RESP commands
     Bluecoat = 8                    # bluecoat proxy
 
 

eric ide

mercurial