Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Apple Disk Transfer ProDOS 1.1.1 (Default branch) Post 302238028 by Linux Bot on Thursday 18th of September 2008 10:40:13 PM
Old 09-18-2008
Apple Disk Transfer ProDOS 1.1.1 (Default branch)

ImageADTPro transfers disks to and from Apple II andApple /// computers and the modern world using anyof these communications methods: serial/USB, UDPvia the A2RetroSystems Uthernet card, or audio viathe Apple's cassette ports. ADTPro hascomprehensive bootstrapping support for otherwisediskless Apple IIs. The home page includesextensive tutorials for getting started.License: GNU General Public License (GPL)Changes:
Apple /// computers can now be bootstrapped from bare metal over their serial ports, saving them from the dustbin of history. There are some fixes, especially for ethernet transfers.Image

Image

More...
 
HTTPFS2(1)																HTTPFS2(1)

NAME
httpfs2 - mount a file from a http server into the filesystem SYNOPSIS
httpfs2 [OPTIONS] URL FUSE-OPTIONS httpfs2_ssl [OPTIONS] URL FUSE-OPTIONS DESCRIPTION
httpfs2 is a FUSE based filesystem for mounting http or https URLS as files in the filesystem. There is no notion of listable directories in http so only a single URL can be mounted. The server must be able to send byte ranges. OPTIONS
-c console Attempt to use the file ior device console for output after fork. The default is /dev/console. -f Do not fork, stay in foreground. -t timeout Use different timeout for connections. Default '30's. URL The url should specify the protocol as http or https, and it may specify basic authentication username and password. Currently special characters like whitespace are not handled so the URL cannot contain them. See a sample URL below: http://user:password@server.com/dir/file FUSE-OPTIONS These options are passed to the FUSE library. At the very least the mount point should be specified. EXIT STATUS
0 Successfully connected to the server other Failure (url parsing error, server error, FUSE setup error). Some FUSE errors may happen only after the process forks so they will not be returned in exit value. BUGS
The process can be stopped by typing ^Z on the terminal which may not be desirable under some circumstances. AUTHORS
Miklos Szeredi <miklos@szeredi.hu> hmb marionraven at users.sourceforge.net Michal Suchanek <hramrach@centrum.cz> COPYING
Free use of this software is granted under the terms of the GNU General Public License (GPL). 03/13/2010 HTTPFS2(1)
All times are GMT -4. The time now is 04:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy