E5Network/E5Ftp.py

branch
5_3_x
changeset 2873
41fb830ddd09
parent 2302
f29e9405c851
child 2911
ce77f0b1ee67
child 2990
583beaf0b4b8
child 3163
9f50365a0870
equal deleted inserted replaced
2871:4cbefb8c029b 2873:41fb830ddd09
71 @param proxyUser user name for login to the proxy (string) 71 @param proxyUser user name for login to the proxy (string)
72 @param proxyPassword password for login to the proxy (string) 72 @param proxyPassword password for login to the proxy (string)
73 @param proxyAccount accounting info for the proxy (string) 73 @param proxyAccount accounting info for the proxy (string)
74 @param timeout timeout in seconds for blocking operations (integer) 74 @param timeout timeout in seconds for blocking operations (integer)
75 """ 75 """
76 super().__init__()
77
76 self.__timeout = timeout 78 self.__timeout = timeout
77 79
78 self.__proxyType = proxyType 80 self.__proxyType = proxyType
79 self.__proxyHost = proxyHost 81 self.__proxyHost = proxyHost
80 self.__proxyPort = proxyPort 82 self.__proxyPort = proxyPort

eric ide

mercurial