
|
85494 packages online
|
|
 |
|
comm/net/ncftp-3.3.0.lha |
|
|
No screenshot available
|
| Short: | NcFTP 3.3.0 - FTP client suite |
| Author: | Mike Gleason, NcFTP Software (original), Matthias Muench (Port) |
| Uploader: | ncftp amigaworld de (Matthias Muench) |
| Type: | comm/net |
| Version: | 3.3.0 |
| Architecture: | m68k-amigaos |
| Date: | 2026-08-18 |
| Requires: | AmigaOS 2.0+, TCP/IP stack with bsdsocket.library |
| Distribution: | Aminet |
| Download: | comm/net/ncftp-3.3.0.lha - View contents | | Readme: | comm/net/ncftp-3.3.0.readme |
| Downloads: | 2 |
|
NcFTP 3.3.0 for AmigaOS 3.x (m68k)
==================================
NcFTP is a free set of FTP programs that has been around since 1992.
This is a port of the current 3.3.0 release to AmigaOS m68k; it
supersedes comm/net/ncftp-3.2.0.lha.
All binaries are plain 68000 code (softfloat) and run on any Amiga.
They are linked against clib2, so no ixemul.library is required.
Included programs
-----------------
ncftp interactive FTP client
ncftpget non-interactive download (script friendly)
ncftpput non-interactive upload
ncftpls non-interactive directory listing
ncftpbatch spool processing for "bgget"/"bgput" jobs
ncftpbookmarks bookmark editor (full-screen TUI, ncurses)
Filename completion and command line editing are built in - GNU
Readline is not required. Passive mode (PASV) is the default, which
usually just works behind NAT routers; "set passive off" switches
back to active transfers.
Requirements
------------
- AmigaOS 2.0 or newer, 68020+ recommended
- A TCP/IP stack providing bsdsocket.library: Roadshow, AmiTCP,
Miami or equivalent. Tested on an A1200/68060 with Roadshow 1.15.
- No ixemul.library and no other runtime libraries beyond the
standard AmigaOS ones.
Installation
------------
Copy the archive contents to a directory of your choice and add it to
your path, e.g. "Copy ncftp-3.3.0-amigaos-m68k/#? SYS:Utilities/NcFTP
ALL". ncftpbatch has to stay in the same directory as ncftp so that
"bgstart" can find it.
For the bookmark editor set a terminal type first, e.g.
"SetEnv TERM amiga". The terminal descriptions amiga, ansi, vt100,
vt102 and xterm are compiled in, so no terminfo database is needed.
Amiga specifics
---------------
- Configuration (bookmarks, prefs) is stored in ENVARC:ncftp/ so it
survives a reboot; log, history and trace files go to PROGDIR:logs/
(created automatically). The config path can be overridden with the
environment variable NCFTPDIR (Unix notation, e.g.
SetEnv NCFTPDIR "/Work/ncftp-config").
- The background spooler works natively: "bgget"/"bgput" queue jobs,
"jobs" lists the queue and "bgstart" launches ncftpbatch
asynchronously via SystemTags() with NIL: I/O instead of fork().
- Paths are Unix-like (clib2 -lunix): "/" maps to the current drive,
and Amiga paths such as "Work:Downloads" work as well.
Known limitations
-----------------
- File sizes are limited to 2 GB: clib2 has no 64-bit printf/scanf
conversions, so the port uses 32-bit sizes throughout (clib2's file
I/O is 32-bit anyway).
- Pipe transfers to external programs (tar mode) are disabled, as
there is no fork()/pipe().
- No alarm()/SIGALRM timeouts: a hung connection will not time out by
itself, use Ctrl-C to abort.
- There is no SIGPIPE on Amiga; broken connections surface as write
errors instead.
License
-------
Clarified Artistic License, see LICENSE.txt in the archive. NcFTP is
copyright Mike Gleason / NcFTP Software; the AmigaOS port changes are
distributed under the same terms.
|
Contents of comm/net/ncftp-3.3.0.lha
PERMSSN UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
drwxr-xr-x 1000/1000 0 0 ****** -lhd- 0000 Aug 17 23:52 ncftp-3.3.0-amigaos-m68k/
-rw-r--r-- 1000/1000 19028 48572 39.2% -lh5- ef34 Jul 30 22:41 ncftp-3.3.0-amigaos-m68k/CHANGELOG.txt
-rw-r--r-- 1000/1000 537 973 55.2% -lh5- 8f1c Jul 30 22:41 ncftp-3.3.0-amigaos-m68k/FIREWALLS_AND_PROXIES.txt
-rw-r--r-- 1000/1000 2489 6512 38.2% -lh5- 20b9 Jul 30 22:41 ncftp-3.3.0-amigaos-m68k/LICENSE.txt
-rw-r--r-- 1000/1000 503 918 54.8% -lh5- 99f6 Jul 30 22:41 ncftp-3.3.0-amigaos-m68k/READLINE.txt
-rw-r--r-- 1000/1000 1617 3536 45.7% -lh5- e4bb Jul 30 22:41 ncftp-3.3.0-amigaos-m68k/README.txt
-rw-r--r-- 1000/1000 1295 2388 54.2% -lh5- 4df7 Aug 18 01:52 ncftp-3.3.0-amigaos-m68k/ReadMe.Amiga
-rwxr-xr-x 1000/1000 179323 343012 52.3% -lh5- 6806 Aug 18 01:09 ncftp-3.3.0-amigaos-m68k/ncftp
-rwxr-xr-x 1000/1000 140084 269272 52.0% -lh5- b1da Aug 18 01:00 ncftp-3.3.0-amigaos-m68k/ncftpbatch
-rwxr-xr-x 1000/1000 177548 356228 49.8% -lh5- 1301 Aug 18 01:00 ncftp-3.3.0-amigaos-m68k/ncftpbookmarks
-rwxr-xr-x 1000/1000 130499 247264 52.8% -lh5- 2aad Aug 18 01:00 ncftp-3.3.0-amigaos-m68k/ncftpget
-rwxr-xr-x 1000/1000 110954 209756 52.9% -lh5- fa03 Aug 18 01:00 ncftp-3.3.0-amigaos-m68k/ncftpls
-rwxr-xr-x 1000/1000 130499 247368 52.8% -lh5- c37d Aug 18 01:00 ncftp-3.3.0-amigaos-m68k/ncftpput
-rw-r--r-- 1000/1000 703 1284 54.8% -lh5- 27e0 Jul 30 22:41 ncftp-3.3.0-amigaos-m68k/what_changed_between_v2_v3.txt
---------- ----------- ------- ------- ------ ---------- ------------ -------------
Total 14 files 895079 1737083 51.5% Aug 18 22:55
|
|
|
 |
| Page generated in 0.02 seconds |
Aminet © 1992-2024 Urban
Müller and the Aminet team.
Aminet contact address: <aminet aminet net> |