Executive and Corporate (E&C) Technical Support: File Transfer Protocol
Moving Files to and From your Executive and Corporate (E&C) Server
FTP (File Transfer Protocol) is the most common method for moving files between two computers. Because
FTP is insecure, however, it is not the best option. SFTP and FTP over SSH are both alternatives supported
by most modern FTP clients and your E&C Server. Another option is SCP, which is a UNIX secure copy
utility now available on Windows. For help selecting and configuring a file transfer client program, see
Selecting and Configuring a File Transfer
Client Program.
Configuring your FTP Server
Your E&C Server uses the ProFTPd FTP server program to make FTP connections. ProFTPd is a modern
FTP server which supports TLS (Transport Layer Security), allowing you to use SFTP or FTP over SSH. In
addition, ProFTPd is configurable, with a plain text proftpd.conf file in the /etc/ directory. For
documentation of the ProFTPd configuration file, see ProFTPd Documentation.
Specific TLS related configuration information for ProFTPd can be found at
ProFTP with TLS Configuration Directives.
Using FTP from your Executive and Corporate (E&C) Server
In addition to connecting to your E&C from your home computer, you can use the UNIX shell based FTP program to
transfer files between your E&C and another remote server. We also provide the
Wget for copying files to your E&C. See a UNIX manual for
more information about using the shell-based FTP client program built in to UNIX.