Skip to Content
Menu
This question has been flagged
1 Reply
4563 Views

I downloaded pysftp-0.2.8 from this link (https://pypi.python.org/pypi/pysftp). I double click setup.py but command prompt will come and there is nothing happening. How I install pysftp for my PC?  

Avatar
Discard
Best Answer

For Ubuntu:

sudo pip 
install pysftp

Avatar
Discard