Home     Press    Careers    Helpline    Newsletter    Partner-Login  
i-effectCompanyServicesPartnerContact
 
 
menten logo

Lexicon

If the CEO dispatches his data exclusively via AS2 (to respond to the casual EDI) instead of via FTP or OFTP, uses AES or DES and shares his signature based upon PGP with his business partners - then maybe the time is right to have a look at our i-effect® lexicon.


A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z


Flatfile

A "flat file" is a plain text or mixed text and binary file which usually contains one record per line. Within such a record, the single fields can be separated by delimiters, e.g. commas, or have a fixed length. In the latter case, padding may be needed to achieve this length.


FTP

FTP or file transfer protocol is a commonly used protocol for exchanging files over any network that supports the TCP/IP protocol (such as the Internet or an intranet).

There are two computers involved in an FTP transfer: a server and a client. The FTP server, running FTP server software, listens on the network for connection requests from other computers. The client computer, running FTP client software, initiates a connection to the server. Once connected, the client can do a number of file manipulation operations such as uploading files to the server, download files from the server, rename or delete files on the server and so on.

Any software company or individual programmer is able to create FTP server or client software because the protocol is an open standard. Virtually every computer platform supports the FTP protocol. This allows any computer connected to a TCP/IP based network to manipulate files on another computer on that network regardless of which operating systems are involved (if the computers permit FTP access). There are many existing FTP client and server programs, and many of these are free.