Skip to content

cadyrov/ftploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Install go

#yum update
#wget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz
#tar -xzf go1.12.6.linux-amd64.tar.gz
#mv go /usr/local
#export GOROOT=/usr/local/go
#mcedit /etc/profile
add to file end export PATH=$PATH:/usr/local/go/bin
#reboot

#check

#go env

#usage # git clone https://github.com/cadyrov/ftploader

# go build -o main /path/to/ftploader/

#crontab /etc/crontab 
#crontab -e
* * * * * /path/to/ftploader/main

curl or http SERVERNAME:3000/download?path=/path/to/fileyml/example.yml&log=/path/to/logs/log.log

set config ftp 
#mcedit /path/to/config.yml

set files to download 
path=/path/to/example.yml

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages