https://github.com/midwan/ftpmount
Amiga Handler to mount FTP sites as a filesystem device
https://github.com/midwan/ftpmount
Last synced: about 1 year ago
JSON representation
Amiga Handler to mount FTP sites as a filesystem device
- Host: GitHub
- URL: https://github.com/midwan/ftpmount
- Owner: midwan
- License: gpl-2.0
- Created: 2015-07-23T20:10:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T21:06:13.000Z (almost 11 years ago)
- Last Synced: 2024-10-29T12:15:37.581Z (over 1 year ago)
- Language: C
- Size: 457 KB
- Stars: 5
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FTPMount
Amiga Handler to mount FTP sites as a filesystem device
# Requirements
A cross compiler (e.g. VBCC, GCC) or SAS/C 6.58 on a real/emulated Amiga.
Roadshow SDK files
NDK 3.9 files
The rest of the installation package from Aminet if you want to install it on a real Amiga.
# Description
This is work-in-progress, trying to back-port the AmigaOS4 port to OS3 68k,
including all the bugfixes from there. Part of the attempt is to allow the
sources to compile with any compiler chosen, not just SAS/C (which was the
original) or GCC (for AmigaOS4).
Feel free to contribute, fork and improve what you see.