The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> Python Programming
|
Related to FTP_TLS
Discuss Related to FTP_TLS in the Python Programming forum on Dev Shed. Related to FTP_TLS Python Programming forum discussing coding techniques, tips and tricks, and Zope related information. Python was designed from the ground up to be a completely object-oriented programming language.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

January 7th, 2013, 10:01 AM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 6
Time spent in forums: 1 h 21 m 35 sec
Reputation Power: 0
|
|
|
Related to FTP_TLS
i have installed python 3.2 version on redhat but i am not able to import FTP_TLS module.I am using this module for ftps connection.Please tell me anyone what is exact problem on this.
Please tell which version have FTP_TLS MODULE in python
|

January 7th, 2013, 11:01 AM
|
 |
Contributing User
|
|
|
|
Works for me...
Code:
$ python
Python 2.7.3 (default, Sep 26 2012, 21:51:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from ftplib import FTP_TLS
>>>
__________________
[code] Code tags[/code] are essential for python code!
|

January 7th, 2013, 11:18 AM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 6
Time spent in forums: 1 h 21 m 35 sec
Reputation Power: 0
|
|
|
i have tried for this version also .but i m not able to import that module
I have tried version 2.7.3 also.but from ftplib import FTP_TLS is not working for that.Please help me for this .
|

January 7th, 2013, 10:58 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 6
Time spent in forums: 1 h 21 m 35 sec
Reputation Power: 0
|
|
|
Hi i have installed python 2.7.3
Still i am facing below below problem.I am not able to import
from ftplib import FTP_TLS .Please help me for this
$ python
Python 2.7.3 (default, Jan 7 2013, 09:13:49)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from ftplib import FTP_TLS
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name FTP_TLS
>>>
|

January 8th, 2013, 12:19 AM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 6
Time spent in forums: 1 h 21 m 35 sec
Reputation Power: 0
|
|
|
Some one can help me for below the issue
Please help me for below the problem
Quote: | Originally Posted by ih20 Still i am facing below below problem.I am not able to import
from ftplib import FTP_TLS .Please help me for this
$ python
Python 2.7.3 (default, Jan 7 2013, 09:13:49)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from ftplib import FTP_TLS
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name FTP_TLS
>>> |
|

January 8th, 2013, 05:17 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 6
Time spent in forums: 12 h 49 m 26 sec
Reputation Power: 0
|
|
|
following b49's example above, i got
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> from ftplib import FTP_TLS
>>>
using idle on win7-64.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|