feat(ftp): add ftp integration

This commit is contained in:
Rıdvan Akca
2024-03-25 14:31:21 +03:00
parent fc4eeed764
commit aee0674d20
10 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# FTP
:::info
This page explains the steps you need to follow to set up the FTP connection in Automatisch. If any of the steps are outdated, please let us know!
:::
FTP, which stands for File Transfer Protocol, is a standard network protocol used for the transfer of computer files between a client and server on a computer network. t's commonly used to download files from a server or upload files to a server.. You need to provide the following information from Automatisch by using FTP connection.
1. Write any screen name to be displayed in Automatisch.
1. Fill host address field with the FTP host address.
1. Fill username field with the FTP username.
1. Fill password field with the FTP password.
1. Select the Secure field.
1. Fill port field with the FTP port. Default is 21.
1. Click **Submit** button on Automatisch.
1. Now, you can start using the FTP connection with Automatisch.