Skip to content

Commit

Permalink
ftp-settings.sh.repo - add ftps
Browse files Browse the repository at this point in the history
ftps == FTP secure
  • Loading branch information
EricClaeys authored Jan 7, 2022
1 parent f73c3e5 commit 1d48bdc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config_repo/ftp-settings.sh.repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
# "local" copies to a location on your Pi.
# "ftp" uploads to an FTP server.
# See the section for ftp PROTOCOL below.
# "ftps" uploads to an FTP server that supports secure FTP transfer.
# *** Use "ftps" instead of "ftp" if you can - it's more secure than ftp. ***
# See the section for ftp PROTOCOL below.
# "sftp" (SSH file transfer) - uploads to an FTP server that supports secure transfer.
# Use "sftp" instead of "ftp" if you can - it's more secure.
# See the section for sftp PROTOCOL below.
# "scp" (secure copy) - copies to a remote server.
# See the section for scp PROTOCOL below. NOTE: "scp" PROTOCOL IS NOT IMPLEMENTED YET.
Expand Down Expand Up @@ -67,7 +69,7 @@ IMGDIR="${IMAGE_DIR}"
MP4DIR="${VIDEOS_DIR}"


############### ftp, sftp, and scp PROTOCOLS only:
############### ftp, ftps, sftp, and scp PROTOCOLS only:
# Enter the name of the remote server. If you don't know it, ask your service provider.
REMOTE_HOST=""

Expand Down

0 comments on commit 1d48bdc

Please sign in to comment.