FTP-It!: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
Line 17: Line 17:
* After receiving an ASCII file such as 00index.txt, a browse window will allow you to view the file online.
* After receiving an ASCII file such as 00index.txt, a browse window will allow you to view the file online.
* Remote directory cache to improve performance of both the local user and the FTP servers by not having to perform directory commands each time a user changes directories to a directory previously viewed and unchanged by the user.
* Remote directory cache to improve performance of both the local user and the FTP servers by not having to perform directory commands each time a user changes directories to a directory previously viewed and unchanged by the user.
==Download==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/apps/internet/ftp/client&file=ftpit23.zip Version 2.3]


==Author==
==Author==
* [[Ben Brown]]
* [[Ben Brown]]
==Links==
* [http://hobbes.nmsu.edu/download/pub/os2/apps/internet/ftp/client/ftpit23.zip ftpit23.zip] (Version 2.3)


[[Category:FTP clients]]
[[Category:FTP clients]]

Revision as of 17:31, 27 May 2019

FTP-It! is a multi-threaded, bi-directional, concurrent file transfer application designed for OS/2 2.x and 3.x. It has been designed to provide the maximum benefit for both the beginner, as well as the expert FTP user.

Some of FTP-It!'s features include:

  • Multiple windows, one for local host and one for each remote FTP site
  • Multi-threaded operation
  • Each host executes on it's own thread, allowing interaction with all hosts simultaneously
  • Concurrent file transfers in both directions (put and get)
  • Remote Host message log
  • Hot keys for most functions
  • Settings notebook for each host system
  • Byte count, time estimate and progress bar during file transfer
  • RFC 959 and 1123 specifications of File Transfer Protocol (FTP)
  • Multiple file select for transfer
  • Drag and Drop file transfer, delete and local file print
  • Mixture of binary and ascii files allowed in transfer
  • Fast Browse of text files received
  • After receiving an ASCII file such as 00index.txt, a browse window will allow you to view the file online.
  • Remote directory cache to improve performance of both the local user and the FTP servers by not having to perform directory commands each time a user changes directories to a directory previously viewed and unchanged by the user.

Author