Skip to content

willfurstenau/ftp-dir-upload

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp-dir-upload

Github action to upload static directory of files to an FTP server

Inputs

host

Required The FTP host.

port

Default: 21 FTP Port

user

Required FTP username

password

Required FTP password

local-dir

Required Local directory to upload (relative to $GITHUB_WORKSPACE)

remote-dir

Required Remote directory on the FTP server (will be created if missing)

Example usage

- name: FTP dir upload
  uses: willfurstenau/ftp-dir-upload@v1
  with:
    host: ftp.myhost.com
    user: ${{ secrets.FTP_USER }}
    password: ${{ secrets.FTP_PASS }}
    local-dir: ./dist
    remote-dir: /public_html

About

GitHub action to upload directory to remote FTP

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages