Used for the transfer of computer or system files between a client and a server on a computer network, the standard FTP protocol is build on client-server architecture using separate control and data connections between the two. You can receive or transmit files, as needed.
Note: To work with the set up of FTP and SFTP, you need an advanced understanding of how to move files between devices over a network. The setup involves a knowledge of the servers involved, the ports, and access to those areas. The data requirements for set up in Eclipse are typical for this method of transferring files.
To create a standard FTP profile:
From the Tools menu, select Communication Profile Maintenance.
In the Profile/New field, type new.
Note: If you want to edit a current profile, enter the profile name and select Edit.
At the prompt, enter the new name you want to use.
In the Type field, select FTP and click Edit.
Use the following fields to define the FTP credentials you want to use:
Field | Description |
Server | The server name from which or to which you want to use to transmit files. Important: Do NOT include the website protocol, such as ftp://, or the port number in this field. |
Port | The port number on the server. The default is 21. |
Directory | The directory where transmitted files should be extracted from or deposited to. By default, the system uses the root directory of the FTP connection. |
Use Passive | Indicate if you want to use:
|
File Name* | The standard file name to be used when transmitting files. While optional, this field can be used to define a default file name for when this profile is used. |
User | The user name on the server. |
Password | The password for the server. |
*Optional
Use the Test button to test the connection and ensure the credentials are correct.
Save your changes and exit the window.