Myddleware can be connected to your server via an FTP connection. It can read csv/txt files stored on your server and transfer the data to another application.
To connect Myddleware to an FTP server, you need these parameters :
- User
- Password
- Host server
- Port
- Directory where the file will be stored (eg : /home/myddleware/my_directory)
Complete all the required information to connect your FTP server and test the connection. Then save your connector.
Myddleware uses the php functions ssh2_connect and ssh2_auth_password to connect to your FTP server. Click on the links for more information.