fetch-latest-file1

Easy fetch a latest file.


License
MIT
Install
pip install fetch-latest-file1==0.1.8

Documentation

fetch-latest-file

installing

pipx install fetch-latest-file
fetch completion -x

configuration

mkdir -p ~/.fetch_latest_file

echo <EOF
[source1]
host = <hostname>
destination = output_filepath
match = regex expression
path = search path on host

[source1]
host = <hostname>
destination = output_filepath
match = regex expression
path = search path on host

EOF > ~/.fetch_latest_file/config1