Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !TCPIPUser/TCPIP_New/TCPIPUser/FTPUsers
!TCPIPUser/TCPIP_New/TCPIPUser/FTPUsers
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak |
Filename: | !TCPIPUser/TCPIP_New/TCPIPUser/FTPUsers |
Read OK: | ✔ |
File size: | 0344 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !TCPIPUser/TCPIP_New/TCPIPUser/FTPUsers
- Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !TCPIPUser/install/TCPIPUser/FTPUsers
File contents
anonymous * {ftp_fs}::{ftp_drive}.{ftp_root_dir} 3 ftp * {ftp_fs}::{ftp_drive}.{ftp_root_dir} 3 # # The two lines above allow anonymous ftp for users "anonymous" and "ftp" - # any password is acceptable and they have permission to read files and # to create new files but not over-write existing files. # # To create a privileged ftp user "fred" with password "blogs" and a csd of # "adfs::4.$.fred" use # # fred blogs adfs::4.$.fred 3 # # Again the "3" indicates read and non-destructive writes. Other permissions # can be granted by adding the appropriate numbers below: # # 1 = File read permission # 2 = Non-destructive file write permission # 4 = Delete and destructive file write permission # # Other permission bits used in PC KA9Q have no effect, in particular a # permission of 128 does NOT disallow the user access.
00000000 61 6e 6f 6e 79 6d 6f 75 73 20 2a 20 7b 66 74 70 |anonymous * {ftp| 00000010 5f 66 73 7d 3a 3a 7b 66 74 70 5f 64 72 69 76 65 |_fs}::{ftp_drive| 00000020 7d 2e 7b 66 74 70 5f 72 6f 6f 74 5f 64 69 72 7d |}.{ftp_root_dir}| 00000030 20 33 0a 66 74 70 20 2a 20 7b 66 74 70 5f 66 73 | 3.ftp * {ftp_fs| 00000040 7d 3a 3a 7b 66 74 70 5f 64 72 69 76 65 7d 2e 7b |}::{ftp_drive}.{| 00000050 66 74 70 5f 72 6f 6f 74 5f 64 69 72 7d 20 33 0a |ftp_root_dir} 3.| 00000060 23 0a 23 20 54 68 65 20 74 77 6f 20 6c 69 6e 65 |#.# The two line| 00000070 73 20 61 62 6f 76 65 20 61 6c 6c 6f 77 20 61 6e |s above allow an| 00000080 6f 6e 79 6d 6f 75 73 20 66 74 70 20 66 6f 72 20 |onymous ftp for | 00000090 75 73 65 72 73 20 22 61 6e 6f 6e 79 6d 6f 75 73 |users "anonymous| 000000a0 22 20 61 6e 64 20 22 66 74 70 22 20 2d 0a 23 20 |" and "ftp" -.# | 000000b0 61 6e 79 20 70 61 73 73 77 6f 72 64 20 69 73 20 |any password is | 000000c0 61 63 63 65 70 74 61 62 6c 65 20 61 6e 64 20 74 |acceptable and t| 000000d0 68 65 79 20 68 61 76 65 20 70 65 72 6d 69 73 73 |hey have permiss| 000000e0 69 6f 6e 20 74 6f 20 72 65 61 64 20 66 69 6c 65 |ion to read file| 000000f0 73 20 61 6e 64 0a 23 20 74 6f 20 63 72 65 61 74 |s and.# to creat| 00000100 65 20 6e 65 77 20 66 69 6c 65 73 20 62 75 74 20 |e new files but | 00000110 6e 6f 74 20 6f 76 65 72 2d 77 72 69 74 65 20 65 |not over-write e| 00000120 78 69 73 74 69 6e 67 20 66 69 6c 65 73 2e 0a 23 |xisting files..#| 00000130 0a 23 20 54 6f 20 63 72 65 61 74 65 20 61 20 70 |.# To create a p| 00000140 72 69 76 69 6c 65 67 65 64 20 66 74 70 20 75 73 |rivileged ftp us| 00000150 65 72 20 22 66 72 65 64 22 20 77 69 74 68 20 70 |er "fred" with p| 00000160 61 73 73 77 6f 72 64 20 22 62 6c 6f 67 73 22 20 |assword "blogs" | 00000170 61 6e 64 20 61 20 63 73 64 20 6f 66 0a 23 20 22 |and a csd of.# "| 00000180 61 64 66 73 3a 3a 34 2e 24 2e 66 72 65 64 22 20 |adfs::4.$.fred" | 00000190 75 73 65 0a 23 0a 23 20 20 20 20 66 72 65 64 20 |use.#.# fred | 000001a0 62 6c 6f 67 73 20 61 64 66 73 3a 3a 34 2e 24 2e |blogs adfs::4.$.| 000001b0 66 72 65 64 20 33 0a 23 0a 23 20 41 67 61 69 6e |fred 3.#.# Again| 000001c0 20 74 68 65 20 22 33 22 20 69 6e 64 69 63 61 74 | the "3" indicat| 000001d0 65 73 20 72 65 61 64 20 61 6e 64 20 6e 6f 6e 2d |es read and non-| 000001e0 64 65 73 74 72 75 63 74 69 76 65 20 77 72 69 74 |destructive writ| 000001f0 65 73 2e 20 20 4f 74 68 65 72 20 70 65 72 6d 69 |es. Other permi| 00000200 73 73 69 6f 6e 73 0a 23 20 63 61 6e 20 62 65 20 |ssions.# can be | 00000210 67 72 61 6e 74 65 64 20 62 79 20 61 64 64 69 6e |granted by addin| 00000220 67 20 74 68 65 20 61 70 70 72 6f 70 72 69 61 74 |g the appropriat| 00000230 65 20 6e 75 6d 62 65 72 73 20 62 65 6c 6f 77 3a |e numbers below:| 00000240 0a 23 0a 23 20 31 20 20 20 3d 20 46 69 6c 65 20 |.#.# 1 = File | 00000250 72 65 61 64 20 70 65 72 6d 69 73 73 69 6f 6e 0a |read permission.| 00000260 23 20 32 20 20 20 3d 20 4e 6f 6e 2d 64 65 73 74 |# 2 = Non-dest| 00000270 72 75 63 74 69 76 65 20 66 69 6c 65 20 77 72 69 |ructive file wri| 00000280 74 65 20 70 65 72 6d 69 73 73 69 6f 6e 0a 23 20 |te permission.# | 00000290 34 20 20 20 3d 20 44 65 6c 65 74 65 20 61 6e 64 |4 = Delete and| 000002a0 20 64 65 73 74 72 75 63 74 69 76 65 20 66 69 6c | destructive fil| 000002b0 65 20 77 72 69 74 65 20 70 65 72 6d 69 73 73 69 |e write permissi| 000002c0 6f 6e 0a 23 0a 23 20 4f 74 68 65 72 20 70 65 72 |on.#.# Other per| 000002d0 6d 69 73 73 69 6f 6e 20 62 69 74 73 20 75 73 65 |mission bits use| 000002e0 64 20 69 6e 20 50 43 20 4b 41 39 51 20 68 61 76 |d in PC KA9Q hav| 000002f0 65 20 6e 6f 20 65 66 66 65 63 74 2c 20 69 6e 20 |e no effect, in | 00000300 70 61 72 74 69 63 75 6c 61 72 20 61 0a 23 20 70 |particular a.# p| 00000310 65 72 6d 69 73 73 69 6f 6e 20 6f 66 20 31 32 38 |ermission of 128| 00000320 20 64 6f 65 73 20 4e 4f 54 20 64 69 73 61 6c 6c | does NOT disall| 00000330 6f 77 20 74 68 65 20 75 73 65 72 20 61 63 63 65 |ow the user acce| 00000340 73 73 2e 0a |ss..| 00000344