E5Network/E5Ftp.py

branch
Py2 comp.
changeset 2911
ce77f0b1ee67
parent 2525
8b507a9a2d40
parent 2872
13f12f81cb7b
child 3057
10516539f238
equal deleted inserted replaced
2847:1843ef6e2656 2911:ce77f0b1ee67
73 @param proxyUser user name for login to the proxy (string) 73 @param proxyUser user name for login to the proxy (string)
74 @param proxyPassword password for login to the proxy (string) 74 @param proxyPassword password for login to the proxy (string)
75 @param proxyAccount accounting info for the proxy (string) 75 @param proxyAccount accounting info for the proxy (string)
76 @param timeout timeout in seconds for blocking operations (integer) 76 @param timeout timeout in seconds for blocking operations (integer)
77 """ 77 """
78 super(E5Ftp, self).__init__()
79
78 self.__timeout = timeout 80 self.__timeout = timeout
79 81
80 self.__proxyType = proxyType 82 self.__proxyType = proxyType
81 self.__proxyHost = proxyHost 83 self.__proxyHost = proxyHost
82 self.__proxyPort = proxyPort 84 self.__proxyPort = proxyPort

eric ide

mercurial