We have renamed CedeFTP to GetIt FTP for marketing reasons:
CedeFTP is still available (at a reduced price) for users who need plain text FTP access.
Yes. GetIt FTP supports plain text, explicit SSL/TLS (using the AUTH command) and implicit SSL/TLS. In addition, the software can be configured with a client certificate.
The trial version of GetIt FTP does not include the command line, mirror or address book functionality. There is no time limitation, but it will 'nag' you between FTP operations.
Yes. If you are a registered user of CedeFTP, you can contact sales@nsctech.com for upgrade information.
Yes, you can send GetIt FTP to the background (File > Hide Window) during transfer operations.
Yes, you can navigate to it in the Local view.
TLS uses the same cryptographic methods as SSL (40 and 128 bits) but supports stronger algorithms (168-bit 3DES).
From your FTP site Administrator; or you can buy a certificate from a Certificate Authority (or CA) like Verisign.
Both the FTP client and server processes should be capable of active and passive connections. When a process is in passive mode, it will "listen" (accept incoming connections) on a data port. The active process will then "connect" (outgoing) to that port and the transfer will start. The FTP request command determines the direction of the connection. For example, PASV requires the client to connect to the server and the PORT command involves the server connecting to the client.
All operating systems do not store text files in the same manner. For example, UNIX represents the end of a line with a single linefeed (LF). The Windows standard is carriage return linefeed (CRLF). At some point, the file has been transferred incorrectly (as BINARY, or a mix of BINARY and ASCII) and your application is unable to view the text file correctly.
No.
NOTE: Most FTP servers do not support this functionality because of the extra processing involved or their design is open to DoS attacks.