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 |