Initial upload script — PDF to FTP with archive

This commit is contained in:
2026-06-29 19:28:44 -05:00
parent 3c80aa7b36
commit f0d2767bce
5 changed files with 136 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
# FTP configuration for this practice folder.
# Fill in the details below and keep this file private.
host=ftp.example.com
port=21
username=youruser
password=yourpassword
remote_path=/incoming
tls=false