Home » Personal collection » Acorn hard disk » apps » web » !ArcWeb/PublicHTML/ftpupload
!ArcWeb/PublicHTML/ftpupload
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 » Personal collection » Acorn hard disk » apps » web |
Filename: | !ArcWeb/PublicHTML/ftpupload |
Read OK: | ✔ |
File size: | 0AEA bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_ArcWeb.adf » !ArcWeb/PublicHTML/ftpupload
- Personal collection » Acorn hard disk » apps » web » !ArcWeb/PublicHTML/ftpupload
File contents
<title>FTP Uploading</title> <body> <h1><img align=center alt="" src="#!ftp"> FTP Uploads</h1> ArcWeb 1.62 and later has support for uploading files using the FTP protocol. This may be of particular interest to users of Demon Internet users when combined with the <a href="interedit">interactive editing</a> facility (once I've re-enabled the automatic upload) <h2>Using the Upload Facility</h2> To use the upload facility, you must have the FTP fetcher open switched on in the <em>Network</em> preferences and you <em>MUST</em> disable the FTP proxy by ensuring that the option is not selected. Navigate your way to the directory, so that a directory listing is shown on the page <ul> <li>Enter the URL in the writable URL icon at the top of an open web page <li>Enter it in the Open URL dialogue box </ul> Since I expect the commonest usage at first to be people uploading files to the <a href="http://www.demon.net/www/">Demon Internet's HomePages</a> service, I shall base my example around a host called <em>customer</em>. <ul><li>Open the URL: <em>ftp://customer@homepages.demon.co.uk/</em> and when prompted, supply your Demon login password to complete the FTP login. You should now be looking at a directory listing of all your files or maybe just nothing except the text <tt>ArcWeb FTP Listing</tt> or maybe a greeting message from Demon's FTP server. <li>Find the file you wish to upload to that directory in a Filer window, and drop it into the directory display window. You can drop it anywhere in the larger main part of the window. You cannot drop it anywhere on the toolbar. <li>A dialogue box will now have appeared prompting you for a name for the file on the remote system. ArcWeb will attempt to make an intelligent guess at the remote name based upon the filetype and anything following a / character in the file's leaf name, by assuming suffixes such as <kbd>.gif</kbd> & <kbd>.html</kbd> and a few others. You can edit the leaf name of the file, and then click on the <em>Upload</em> button. <li>At this point, an attempt will be made to transfer your file to the cache and upload it to the server. If this succeeds you will receive a message indicating the fact. You may have to re-enter your password if the connection to the FTP server was dropped between the time you retrieved the directory listing an attempted the upload, too. <li>If you want to see an updated directory listing, you need to manually request a reload of the directory. This will be automated in the future. </ul> <h3>Known Problems</h3> You cannot currently perform retrieve-edit-replace updates on HTML pages in the directory display. This facility is still under test, but seems to work quite nicely as far as I can tell, and will be enabled in a future version. <hr>
00000000 3c 74 69 74 6c 65 3e 46 54 50 20 55 70 6c 6f 61 |<title>FTP Uploa| 00000010 64 69 6e 67 3c 2f 74 69 74 6c 65 3e 0a 3c 62 6f |ding</title>.<bo| 00000020 64 79 3e 0a 3c 68 31 3e 3c 69 6d 67 20 61 6c 69 |dy>.<h1><img ali| 00000030 67 6e 3d 63 65 6e 74 65 72 20 61 6c 74 3d 22 22 |gn=center alt=""| 00000040 20 73 72 63 3d 22 23 21 66 74 70 22 3e 20 46 54 | src="#!ftp"> FT| 00000050 50 20 55 70 6c 6f 61 64 73 3c 2f 68 31 3e 0a 0a |P Uploads</h1>..| 00000060 41 72 63 57 65 62 20 31 2e 36 32 20 61 6e 64 20 |ArcWeb 1.62 and | 00000070 6c 61 74 65 72 20 68 61 73 20 73 75 70 70 6f 72 |later has suppor| 00000080 74 20 66 6f 72 20 75 70 6c 6f 61 64 69 6e 67 20 |t for uploading | 00000090 66 69 6c 65 73 20 75 73 69 6e 67 20 74 68 65 20 |files using the | 000000a0 46 54 50 20 70 72 6f 74 6f 63 6f 6c 2e 20 20 54 |FTP protocol. T| 000000b0 68 69 73 20 6d 61 79 20 62 65 20 6f 66 20 70 61 |his may be of pa| 000000c0 72 74 69 63 75 6c 61 72 20 69 6e 74 65 72 65 73 |rticular interes| 000000d0 74 20 74 6f 20 75 73 65 72 73 20 6f 66 20 44 65 |t to users of De| 000000e0 6d 6f 6e 20 49 6e 74 65 72 6e 65 74 20 75 73 65 |mon Internet use| 000000f0 72 73 20 77 68 65 6e 20 63 6f 6d 62 69 6e 65 64 |rs when combined| 00000100 20 77 69 74 68 20 74 68 65 20 3c 61 20 68 72 65 | with the <a hre| 00000110 66 3d 22 69 6e 74 65 72 65 64 69 74 22 3e 69 6e |f="interedit">in| 00000120 74 65 72 61 63 74 69 76 65 20 65 64 69 74 69 6e |teractive editin| 00000130 67 3c 2f 61 3e 20 66 61 63 69 6c 69 74 79 20 28 |g</a> facility (| 00000140 6f 6e 63 65 0a 49 27 76 65 20 72 65 2d 65 6e 61 |once.I've re-ena| 00000150 62 6c 65 64 20 74 68 65 20 61 75 74 6f 6d 61 74 |bled the automat| 00000160 69 63 20 75 70 6c 6f 61 64 29 0a 0a 3c 68 32 3e |ic upload)..<h2>| 00000170 55 73 69 6e 67 20 74 68 65 20 55 70 6c 6f 61 64 |Using the Upload| 00000180 20 46 61 63 69 6c 69 74 79 3c 2f 68 32 3e 0a 0a | Facility</h2>..| 00000190 54 6f 20 75 73 65 20 74 68 65 20 75 70 6c 6f 61 |To use the uploa| 000001a0 64 20 66 61 63 69 6c 69 74 79 2c 20 79 6f 75 20 |d facility, you | 000001b0 6d 75 73 74 20 68 61 76 65 20 74 68 65 20 46 54 |must have the FT| 000001c0 50 20 66 65 74 63 68 65 72 20 6f 70 65 6e 20 73 |P fetcher open s| 000001d0 77 69 74 63 68 65 64 20 6f 6e 20 69 6e 20 74 68 |witched on in th| 000001e0 65 20 3c 65 6d 3e 4e 65 74 77 6f 72 6b 3c 2f 65 |e <em>Network</e| 000001f0 6d 3e 20 70 72 65 66 65 72 65 6e 63 65 73 20 61 |m> preferences a| 00000200 6e 64 20 79 6f 75 20 3c 65 6d 3e 4d 55 53 54 3c |nd you <em>MUST<| 00000210 2f 65 6d 3e 20 64 69 73 61 62 6c 65 20 74 68 65 |/em> disable the| 00000220 20 46 54 50 20 70 72 6f 78 79 20 62 79 20 65 6e | FTP proxy by en| 00000230 73 75 72 69 6e 67 20 74 68 61 74 20 74 68 65 20 |suring that the | 00000240 6f 70 74 69 6f 6e 20 69 73 20 6e 6f 74 20 73 65 |option is not se| 00000250 6c 65 63 74 65 64 2e 20 20 4e 61 76 69 67 61 74 |lected. Navigat| 00000260 65 20 79 6f 75 72 20 77 61 79 20 74 6f 20 74 68 |e your way to th| 00000270 65 20 64 69 72 65 63 74 6f 72 79 2c 20 73 6f 20 |e directory, so | 00000280 74 68 61 74 20 61 20 64 69 72 65 63 74 6f 72 79 |that a directory| 00000290 20 6c 69 73 74 69 6e 67 20 69 73 20 73 68 6f 77 | listing is show| 000002a0 6e 20 6f 6e 20 74 68 65 20 70 61 67 65 0a 3c 75 |n on the page.<u| 000002b0 6c 3e 0a 3c 6c 69 3e 45 6e 74 65 72 20 74 68 65 |l>.<li>Enter the| 000002c0 20 55 52 4c 20 69 6e 20 74 68 65 20 77 72 69 74 | URL in the writ| 000002d0 61 62 6c 65 20 55 52 4c 20 69 63 6f 6e 20 61 74 |able URL icon at| 000002e0 20 74 68 65 20 74 6f 70 20 6f 66 20 61 6e 20 6f | the top of an o| 000002f0 70 65 6e 20 77 65 62 20 70 61 67 65 0a 3c 6c 69 |pen web page.<li| 00000300 3e 45 6e 74 65 72 20 69 74 20 69 6e 20 74 68 65 |>Enter it in the| 00000310 20 4f 70 65 6e 20 55 52 4c 20 64 69 61 6c 6f 67 | Open URL dialog| 00000320 75 65 20 62 6f 78 0a 3c 2f 75 6c 3e 0a 0a 53 69 |ue box.</ul>..Si| 00000330 6e 63 65 20 49 20 65 78 70 65 63 74 20 74 68 65 |nce I expect the| 00000340 20 63 6f 6d 6d 6f 6e 65 73 74 20 75 73 61 67 65 | commonest usage| 00000350 20 61 74 20 66 69 72 73 74 20 74 6f 20 62 65 20 | at first to be | 00000360 70 65 6f 70 6c 65 20 75 70 6c 6f 61 64 69 6e 67 |people uploading| 00000370 20 66 69 6c 65 73 20 74 6f 20 74 68 65 20 3c 61 | files to the <a| 00000380 20 68 72 65 66 3d 22 68 74 74 70 3a 2f 2f 77 77 | href="http://ww| 00000390 77 2e 64 65 6d 6f 6e 2e 6e 65 74 2f 77 77 77 2f |w.demon.net/www/| 000003a0 22 3e 44 65 6d 6f 6e 20 49 6e 74 65 72 6e 65 74 |">Demon Internet| 000003b0 27 73 20 48 6f 6d 65 50 61 67 65 73 3c 2f 61 3e |'s HomePages</a>| 000003c0 20 73 65 72 76 69 63 65 2c 20 49 20 73 68 61 6c | service, I shal| 000003d0 6c 20 62 61 73 65 20 6d 79 20 65 78 61 6d 70 6c |l base my exampl| 000003e0 65 20 61 72 6f 75 6e 64 20 61 20 68 6f 73 74 20 |e around a host | 000003f0 63 61 6c 6c 65 64 20 3c 65 6d 3e 63 75 73 74 6f |called <em>custo| 00000400 6d 65 72 3c 2f 65 6d 3e 2e 0a 0a 3c 75 6c 3e 3c |mer</em>...<ul><| 00000410 6c 69 3e 4f 70 65 6e 20 74 68 65 20 55 52 4c 3a |li>Open the URL:| 00000420 20 3c 65 6d 3e 66 74 70 3a 2f 2f 63 75 73 74 6f | <em>ftp://custo| 00000430 6d 65 72 40 68 6f 6d 65 70 61 67 65 73 2e 64 65 |mer@homepages.de| 00000440 6d 6f 6e 2e 63 6f 2e 75 6b 2f 3c 2f 65 6d 3e 20 |mon.co.uk/</em> | 00000450 61 6e 64 20 77 68 65 6e 20 70 72 6f 6d 70 74 65 |and when prompte| 00000460 64 2c 20 73 75 70 70 6c 79 20 79 6f 75 72 20 44 |d, supply your D| 00000470 65 6d 6f 6e 20 6c 6f 67 69 6e 20 70 61 73 73 77 |emon login passw| 00000480 6f 72 64 20 74 6f 20 63 6f 6d 70 6c 65 74 65 20 |ord to complete | 00000490 74 68 65 20 46 54 50 20 6c 6f 67 69 6e 2e 20 59 |the FTP login. Y| 000004a0 6f 75 20 73 68 6f 75 6c 64 20 6e 6f 77 20 62 65 |ou should now be| 000004b0 20 6c 6f 6f 6b 69 6e 67 20 61 74 20 61 20 64 69 | looking at a di| 000004c0 72 65 63 74 6f 72 79 20 6c 69 73 74 69 6e 67 20 |rectory listing | 000004d0 6f 66 20 61 6c 6c 20 79 6f 75 72 20 66 69 6c 65 |of all your file| 000004e0 73 20 6f 72 20 6d 61 79 62 65 20 6a 75 73 74 20 |s or maybe just | 000004f0 6e 6f 74 68 69 6e 67 20 65 78 63 65 70 74 20 74 |nothing except t| 00000500 68 65 20 74 65 78 74 20 3c 74 74 3e 41 72 63 57 |he text <tt>ArcW| 00000510 65 62 20 46 54 50 20 4c 69 73 74 69 6e 67 3c 2f |eb FTP Listing</| 00000520 74 74 3e 20 6f 72 20 6d 61 79 62 65 20 61 20 67 |tt> or maybe a g| 00000530 72 65 65 74 69 6e 67 20 6d 65 73 73 61 67 65 20 |reeting message | 00000540 66 72 6f 6d 20 44 65 6d 6f 6e 27 73 20 46 54 50 |from Demon's FTP| 00000550 20 73 65 72 76 65 72 2e 0a 0a 3c 6c 69 3e 46 69 | server...<li>Fi| 00000560 6e 64 20 74 68 65 20 66 69 6c 65 20 79 6f 75 20 |nd the file you | 00000570 77 69 73 68 20 74 6f 20 75 70 6c 6f 61 64 20 74 |wish to upload t| 00000580 6f 20 74 68 61 74 20 64 69 72 65 63 74 6f 72 79 |o that directory| 00000590 20 69 6e 20 61 20 46 69 6c 65 72 20 77 69 6e 64 | in a Filer wind| 000005a0 6f 77 2c 20 61 6e 64 20 64 72 6f 70 20 69 74 20 |ow, and drop it | 000005b0 69 6e 74 6f 20 74 68 65 20 64 69 72 65 63 74 6f |into the directo| 000005c0 72 79 20 64 69 73 70 6c 61 79 20 77 69 6e 64 6f |ry display windo| 000005d0 77 2e 20 20 59 6f 75 20 63 61 6e 20 64 72 6f 70 |w. You can drop| 000005e0 20 69 74 20 61 6e 79 77 68 65 72 65 20 69 6e 20 | it anywhere in | 000005f0 74 68 65 20 6c 61 72 67 65 72 20 6d 61 69 6e 20 |the larger main | 00000600 70 61 72 74 20 6f 66 20 74 68 65 20 77 69 6e 64 |part of the wind| 00000610 6f 77 2e 20 20 59 6f 75 20 63 61 6e 6e 6f 74 20 |ow. You cannot | 00000620 64 72 6f 70 20 69 74 20 61 6e 79 77 68 65 72 65 |drop it anywhere| 00000630 20 6f 6e 20 74 68 65 20 74 6f 6f 6c 62 61 72 2e | on the toolbar.| 00000640 0a 0a 3c 6c 69 3e 41 20 64 69 61 6c 6f 67 75 65 |..<li>A dialogue| 00000650 20 62 6f 78 20 77 69 6c 6c 20 6e 6f 77 20 68 61 | box will now ha| 00000660 76 65 20 61 70 70 65 61 72 65 64 20 70 72 6f 6d |ve appeared prom| 00000670 70 74 69 6e 67 20 79 6f 75 20 66 6f 72 20 61 20 |pting you for a | 00000680 6e 61 6d 65 20 66 6f 72 20 74 68 65 20 66 69 6c |name for the fil| 00000690 65 20 6f 6e 20 74 68 65 20 72 65 6d 6f 74 65 20 |e on the remote | 000006a0 73 79 73 74 65 6d 2e 20 20 41 72 63 57 65 62 20 |system. ArcWeb | 000006b0 77 69 6c 6c 20 61 74 74 65 6d 70 74 20 74 6f 20 |will attempt to | 000006c0 6d 61 6b 65 20 61 6e 20 69 6e 74 65 6c 6c 69 67 |make an intellig| 000006d0 65 6e 74 20 67 75 65 73 73 20 61 74 20 74 68 65 |ent guess at the| 000006e0 20 72 65 6d 6f 74 65 20 6e 61 6d 65 20 62 61 73 | remote name bas| 000006f0 65 64 20 75 70 6f 6e 20 74 68 65 20 66 69 6c 65 |ed upon the file| 00000700 74 79 70 65 20 61 6e 64 20 61 6e 79 74 68 69 6e |type and anythin| 00000710 67 20 66 6f 6c 6c 6f 77 69 6e 67 20 61 20 2f 20 |g following a / | 00000720 63 68 61 72 61 63 74 65 72 20 69 6e 20 74 68 65 |character in the| 00000730 20 66 69 6c 65 27 73 20 6c 65 61 66 20 6e 61 6d | file's leaf nam| 00000740 65 2c 20 62 79 20 61 73 73 75 6d 69 6e 67 20 73 |e, by assuming s| 00000750 75 66 66 69 78 65 73 20 73 75 63 68 20 61 73 20 |uffixes such as | 00000760 3c 6b 62 64 3e 2e 67 69 66 3c 2f 6b 62 64 3e 20 |<kbd>.gif</kbd> | 00000770 26 61 6d 70 3b 20 3c 6b 62 64 3e 2e 68 74 6d 6c |& <kbd>.html| 00000780 3c 2f 6b 62 64 3e 20 61 6e 64 20 61 20 66 65 77 |</kbd> and a few| 00000790 20 6f 74 68 65 72 73 2e 20 20 59 6f 75 20 63 61 | others. You ca| 000007a0 6e 20 65 64 69 74 20 74 68 65 20 6c 65 61 66 20 |n edit the leaf | 000007b0 6e 61 6d 65 20 6f 66 20 74 68 65 20 66 69 6c 65 |name of the file| 000007c0 2c 20 61 6e 64 20 74 68 65 6e 20 63 6c 69 63 6b |, and then click| 000007d0 20 6f 6e 20 74 68 65 20 3c 65 6d 3e 55 70 6c 6f | on the <em>Uplo| 000007e0 61 64 3c 2f 65 6d 3e 20 62 75 74 74 6f 6e 2e 0a |ad</em> button..| 000007f0 0a 3c 6c 69 3e 41 74 20 74 68 69 73 20 70 6f 69 |.<li>At this poi| 00000800 6e 74 2c 20 61 6e 20 61 74 74 65 6d 70 74 20 77 |nt, an attempt w| 00000810 69 6c 6c 20 62 65 20 6d 61 64 65 20 74 6f 20 74 |ill be made to t| 00000820 72 61 6e 73 66 65 72 20 79 6f 75 72 20 66 69 6c |ransfer your fil| 00000830 65 20 74 6f 20 74 68 65 20 63 61 63 68 65 20 61 |e to the cache a| 00000840 6e 64 20 75 70 6c 6f 61 64 20 69 74 20 74 6f 20 |nd upload it to | 00000850 74 68 65 20 73 65 72 76 65 72 2e 20 20 49 66 20 |the server. If | 00000860 74 68 69 73 20 73 75 63 63 65 65 64 73 20 79 6f |this succeeds yo| 00000870 75 20 77 69 6c 6c 20 72 65 63 65 69 76 65 20 61 |u will receive a| 00000880 20 6d 65 73 73 61 67 65 20 69 6e 64 69 63 61 74 | message indicat| 00000890 69 6e 67 20 74 68 65 20 66 61 63 74 2e 20 20 59 |ing the fact. Y| 000008a0 6f 75 20 6d 61 79 20 68 61 76 65 20 74 6f 20 72 |ou may have to r| 000008b0 65 2d 65 6e 74 65 72 20 79 6f 75 72 20 70 61 73 |e-enter your pas| 000008c0 73 77 6f 72 64 20 69 66 20 74 68 65 20 63 6f 6e |sword if the con| 000008d0 6e 65 63 74 69 6f 6e 20 74 6f 20 74 68 65 20 46 |nection to the F| 000008e0 54 50 20 73 65 72 76 65 72 20 77 61 73 20 64 72 |TP server was dr| 000008f0 6f 70 70 65 64 20 62 65 74 77 65 65 6e 20 74 68 |opped between th| 00000900 65 20 74 69 6d 65 20 79 6f 75 20 72 65 74 72 69 |e time you retri| 00000910 65 76 65 64 20 74 68 65 20 64 69 72 65 63 74 6f |eved the directo| 00000920 72 79 20 6c 69 73 74 69 6e 67 20 61 6e 20 61 74 |ry listing an at| 00000930 74 65 6d 70 74 65 64 20 74 68 65 20 75 70 6c 6f |tempted the uplo| 00000940 61 64 2c 20 74 6f 6f 2e 0a 0a 3c 6c 69 3e 49 66 |ad, too...<li>If| 00000950 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 73 65 65 | you want to see| 00000960 20 61 6e 20 75 70 64 61 74 65 64 20 64 69 72 65 | an updated dire| 00000970 63 74 6f 72 79 20 6c 69 73 74 69 6e 67 2c 20 79 |ctory listing, y| 00000980 6f 75 20 6e 65 65 64 20 74 6f 20 6d 61 6e 75 61 |ou need to manua| 00000990 6c 6c 79 20 72 65 71 75 65 73 74 20 61 20 72 65 |lly request a re| 000009a0 6c 6f 61 64 20 6f 66 20 74 68 65 20 64 69 72 65 |load of the dire| 000009b0 63 74 6f 72 79 2e 20 20 54 68 69 73 20 77 69 6c |ctory. This wil| 000009c0 6c 20 62 65 20 61 75 74 6f 6d 61 74 65 64 20 69 |l be automated i| 000009d0 6e 20 74 68 65 20 66 75 74 75 72 65 2e 0a 0a 3c |n the future...<| 000009e0 2f 75 6c 3e 0a 0a 3c 68 33 3e 4b 6e 6f 77 6e 20 |/ul>..<h3>Known | 000009f0 50 72 6f 62 6c 65 6d 73 3c 2f 68 33 3e 0a 0a 59 |Problems</h3>..Y| 00000a00 6f 75 20 63 61 6e 6e 6f 74 20 63 75 72 72 65 6e |ou cannot curren| 00000a10 74 6c 79 20 70 65 72 66 6f 72 6d 20 72 65 74 72 |tly perform retr| 00000a20 69 65 76 65 2d 65 64 69 74 2d 72 65 70 6c 61 63 |ieve-edit-replac| 00000a30 65 20 75 70 64 61 74 65 73 20 6f 6e 20 48 54 4d |e updates on HTM| 00000a40 4c 20 70 61 67 65 73 20 69 6e 20 74 68 65 20 64 |L pages in the d| 00000a50 69 72 65 63 74 6f 72 79 20 64 69 73 70 6c 61 79 |irectory display| 00000a60 2e 20 20 54 68 69 73 20 66 61 63 69 6c 69 74 79 |. This facility| 00000a70 20 69 73 20 73 74 69 6c 6c 20 75 6e 64 65 72 20 | is still under | 00000a80 74 65 73 74 2c 20 62 75 74 20 73 65 65 6d 73 20 |test, but seems | 00000a90 74 6f 20 77 6f 72 6b 20 71 75 69 74 65 20 6e 69 |to work quite ni| 00000aa0 63 65 6c 79 20 61 73 20 66 61 72 20 61 73 20 49 |cely as far as I| 00000ab0 20 63 61 6e 20 74 65 6c 6c 2c 20 61 6e 64 20 77 | can tell, and w| 00000ac0 69 6c 6c 20 62 65 20 65 6e 61 62 6c 65 64 20 69 |ill be enabled i| 00000ad0 6e 20 61 20 66 75 74 75 72 65 20 76 65 72 73 69 |n a future versi| 00000ae0 6f 6e 2e 0a 0a 3c 68 72 3e 0a |on...<hr>.| 00000aea