NFTP: Difference between revisions
Jump to navigation
Jump to search
Created page with "NFTP is a text-mode ftp client for OS/2. Comparing to popular ncftp, it has a number of enhancements: * remote directory view is fully scrollable with minimum keystrokes requ..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
NFTP is a text-mode ftp client for OS/2. Comparing to popular ncftp, it has a number of enhancements: | NFTP is a text-mode ftp client for OS/2. Comparing to popular ncftp, it has a number of enhancements: | ||
* remote directory view is fully scrollable with minimum keystrokes required; | * remote directory view is fully scrollable with minimum keystrokes required; | ||
* remote directory contents is cached during one session | * remote directory contents is cached during one session; | ||
* marking files for download/upload: you don't need to type filenames at all; | * marking files for download/upload: you don't need to type filenames at all; | ||
* remote file viewing is more simple and intelligent, and viewed files are cached as well; | * remote file viewing is more simple and intelligent, and viewed files are cached as well; | ||
* you can see client-server negotiation (even complete history during all run); | * you can see client-server negotiation (even complete history during all run); | ||
* | * batch progress indicator (you see how long will take entire operation if more than one file was selected to transfer); | ||
* file selection is simple and allows to view remote files while marking others to transfer; | * file selection is simple and allows to view remote files while marking others to transfer; | ||
* you can skip files during transfer while continuing to download/upload the rest; | * you can skip files during transfer while continuing to download/upload the rest; | ||
* you can mark files in different directories and then retrieve them all; | * you can mark files in different directories and then retrieve them all; | ||
* you can sort remote directories by name, size, date/time. | * you can sort remote directories by name, size, date/time. | ||
* | * support for 13 languages: | ||
** Brazilian | ** Brazilian, Portuguese, Italian, Spanish | ||
** Chinese, Japanese | |||
** Chinese | ** Danish, English, German, Norwegian, Swedish | ||
** Danish | |||
** Hungarian | ** Hungarian | ||
** Russian | ** Russian | ||
==License== | ==License== | ||
* Open Source Software - MIT license | * Open Source Software - MIT license | ||
* Author: Sergey Ayukov | |||
== | ==Links== | ||
* [ | * [http://hobbes.nmsu.edu/download/pub/os2/apps/internet/ftp/client/nftp_1-71os2.zip Version 1.71] | ||
[[Category: | [[Category:FTP clients]] |
Revision as of 19:38, 27 May 2019
NFTP is a text-mode ftp client for OS/2. Comparing to popular ncftp, it has a number of enhancements:
- remote directory view is fully scrollable with minimum keystrokes required;
- remote directory contents is cached during one session;
- marking files for download/upload: you don't need to type filenames at all;
- remote file viewing is more simple and intelligent, and viewed files are cached as well;
- you can see client-server negotiation (even complete history during all run);
- batch progress indicator (you see how long will take entire operation if more than one file was selected to transfer);
- file selection is simple and allows to view remote files while marking others to transfer;
- you can skip files during transfer while continuing to download/upload the rest;
- you can mark files in different directories and then retrieve them all;
- you can sort remote directories by name, size, date/time.
- support for 13 languages:
- Brazilian, Portuguese, Italian, Spanish
- Chinese, Japanese
- Danish, English, German, Norwegian, Swedish
- Hungarian
- Russian
License
- Open Source Software - MIT license
- Author: Sergey Ayukov