10 lines
204 B
INI
10 lines
204 B
INI
# 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
|