FTP/TLS connection using python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • scrimp

    FTP/TLS connection using python

    Hello,
    I was wondering if there is any other way to securly connect to an
    FTP site using SSL or TLS? I dont have the option of purchasing
    M2Crypto from the site. Any help/suggestions would help. Thanks!

    --Barry

  • Larry Bates

    #2
    Re: FTP/TLS connection using python

    I don't have direct experience by Google turned this up:



    Larry Bates


    scrimp wrote:[color=blue]
    > Hello,
    > I was wondering if there is any other way to securly connect to an
    > FTP site using SSL or TLS? I dont have the option of purchasing
    > M2Crypto from the site. Any help/suggestions would help. Thanks!
    >
    > --Barry
    >[/color]

    Comment

    • scrimp

      #3
      Re: FTP/TLS connection using python

      Wow, thanks very much Ive been searching on google for a few days now
      and have never seen this yet. Thanks ill take a look at what I can do
      with this

      --Barry

      Comment

      • Paul Rubin

        #4
        Re: FTP/TLS connection using python

        "scrimp" <scrimp212@yaho o.com> writes:[color=blue]
        > Wow, thanks very much Ive been searching on google for a few days now
        > and have never seen this yet. Thanks ill take a look at what I can do
        > with this[/color]

        Also look at m2crypto.

        Comment

        • scrimp

          #5
          Re: FTP/TLS connection using python

          Does anyone know how I can get m2crypto installed on a windows box w/o
          paying for the installer? I think thats dumb to charge for the windows
          version and the unix version is free...o well

          --Barry

          Comment

          Working...