1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Other FTP Check and Replace

Discussion in 'Software' started by Modsbywoz, 22 Jan 2019.

  1. Modsbywoz

    Modsbywoz Multimodder

    Joined:
    14 Oct 2009
    Posts:
    2,778
    Likes Received:
    273
    Would anybody know of a piece of software that could be used to hold a master version of a website and to upload to a FTP server if any changes were made?

    It can be linux or windows based and will run on a server that will be running 24/7.

    Many thanks in advance as this will help me sleep a little better at night.
     
  2. yuusou

    yuusou Multimodder

    Joined:
    5 Nov 2006
    Posts:
    2,879
    Likes Received:
    955
    Filezilla. You can configure it to replace only newer and/or larger files.

    Though honestly I'd use some form of version control such as git. Github has free private repos.
     
  3. Gareth Halfacree

    Gareth Halfacree WIIGII! Lover of bit-tech Administrator Super Moderator Moderator

    Joined:
    4 Dec 2007
    Posts:
    17,133
    Likes Received:
    6,728
    This:
     
  4. MLyons

    MLyons 70% Dev, 30% Doge. DevDoge. Software Dev @ Corsair Lover of bit-tech Administrator Super Moderator Moderator

    Joined:
    3 Mar 2017
    Posts:
    4,198
    Likes Received:
    2,781
    Github even has private repos for free users now as well so is even better.
     
  5. deathtaker27

    deathtaker27 Modder

    Joined:
    17 Apr 2010
    Posts:
    2,238
    Likes Received:
    186
    What you really want is a CI/CD system (circleci, travis, jenkins etc)
    Check into github
    run tests check stuff works in CI/CD System
    If works Push to live
    If Fails let you know why
     

Share This Page