#!/bin/bash
SERVER="ftp://osm-download.etsi.org"
FOLDER="user-guide"
FTP_OPTS=""

# Define your FTP credentials in a separate (private file)
# local/.credentials
# USERNAME=
# PASSWORD=
