Git Product home page Git Product logo

Comments (9)

r3c avatar r3c commented on May 18, 2024 1

Got it :) I'll probably be unable to implement this in the next coming weeks but I'll remember to ping you when/if I do it!

from creep.

r3c avatar r3c commented on May 18, 2024 1

No it's fine 🙂

I just pushed some code to support FTP+TLS on develop branch, would you mind having a try with your FTP server and tell me if it's OK for you? (I just did on my side but I only have access to one FTP server with TLS support enabled).

from creep.

r3c avatar r3c commented on May 18, 2024

Hello, sftp is not currently supported. Maybe ssh would be a valid option if you're deploying to a host accepting ssh connection, otherwise support for sftp should be fairly easy to implement thanks to pysftp.

from creep.

JayWood avatar JayWood commented on May 18, 2024

Problem I've faced is large hosting companies like WPEngine, don't support SSH, but require SFTP. I've resorted to handling all of our syncing requirements in bash so far, so I'll continue watching this for future developments.

Right now we're using a Jenkins setup, and require incremental deploys, and go figure, there's no one solution to that, but your application seems to fit the bill so far, just need sftp.

from creep.

lprimak avatar lprimak commented on May 18, 2024

Looks like ftplib supports FTP/TLS now. https://docs.python.org/3/library/ftplib.html
Can you implement this? Seems brain dead simple now.

from creep.

r3c avatar r3c commented on May 18, 2024

The doc you linked seems to be about FTP/TLS aka FTPs, which is a different protocol than sFTP. Am I missing something?

from creep.

lprimak avatar lprimak commented on May 18, 2024

Oh yes, I am talking about FTPes, not SFTP :) Should I open a new issue?

from creep.

lprimak avatar lprimak commented on May 18, 2024

That works great, thank you!

from creep.

r3c avatar r3c commented on May 18, 2024

Glad to hear that, you're very welcome 🙂

from creep.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.