I want to write some ftp program using python. Please help me to install "ftplib" in windows 7.
I have tried to install it but not succeed.
ftplib
is a built-in Python module, you do not need to install it. Check its documentation here
From Python console:
>>> import ftplib
>>>
>>> dir()
['__builtins__', '__doc__', '__name__', '__package__', 'ftplib']
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With