Git Product home page Git Product logo

git-ftp's Introduction

DESCRIPTION

git-ftp script allows upload files and folders files to your web server. Script written in PHP.

USAGE

php -q git-ftp.php -uUSER -pPASSWORD -l=FTP_URL [-r=REPOSITORY] [-s] [-a] [-d] options:
-u username for ftp account (login)
-p password for ftp account
-l (lower L) ftp host and path for uploaded files
-r path to git repository (default: current working directory)
-s silent mode (script doesn't stop if error occurs)
-a active mode (default: passive mode) -d upload if working directory is dirty (files changed, but not committed)

EXAMPLES

  1. php -q git-ftp.php -uuser8 -p12345 -l="ftp://109.95.210.106/www/htdocs" -r="/home/dev/git-project"
  2. php -q git-ftp.php -u="user9" -p="pass" -l="ftp://example.com/www/htdocs" -s -a

HOME

https://github.com/unlight/git-ftp

git-ftp's People

Contributors

unlight avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

git-ftp's Issues

How is the script used

Hi there,

I find your script very interesting but I'm having an hard time to use it. Could you provide some guidance on that please?

Thanks.

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.