Other FTP Check and Replace

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

  1. Modsbywoz

    Modsbywoz Multimodder

    Joined:
    14 Oct 2009
    Posts:
    2,772
    Likes Received:
    264
    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,542
    Likes Received:
    605
    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:
    14,900
    Likes Received:
    3,673
    This:
     
  4. MLyons

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

    Joined:
    3 Mar 2017
    Posts:
    3,705
    Likes Received:
    1,895
    Github even has private repos for free users now as well so is even better.
     
  5. deathtaker27

    deathtaker27 #noob

    Joined:
    17 Apr 2010
    Posts:
    2,196
    Likes Received:
    155
    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