{"id":22869050,"url":"https://github.com/jbilander/amiga-esp-link","last_synced_at":"2025-05-07T15:08:24.037Z","repository":{"id":137347102,"uuid":"589192548","full_name":"jbilander/amiga-esp-link","owner":"jbilander","description":"Howto setup an esp8266 wifi-serial bridge to an Amiga's serial port facilitating direct file transfers from PC ⇄ Amiga","archived":false,"fork":false,"pushed_at":"2023-01-29T11:35:33.000Z","size":8198,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T15:08:18.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbilander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-15T11:41:35.000Z","updated_at":"2024-10-15T17:00:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"808ee928-ae3a-40c2-a9e6-3c950e269598","html_url":"https://github.com/jbilander/amiga-esp-link","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbilander%2Famiga-esp-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbilander%2Famiga-esp-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbilander%2Famiga-esp-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbilander%2Famiga-esp-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbilander","download_url":"https://codeload.github.com/jbilander/amiga-esp-link/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902614,"owners_count":21822261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T12:45:01.005Z","updated_at":"2025-05-07T15:08:24.017Z","avatar_url":"https://github.com/jbilander.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# amiga-esp-link\n\nThis document uses the awesome esp-link firmware available here:\u003cbr /\u003e\nhttps://github.com/jeelabs/esp-link \u003cbr /\u003e\n\nWith the wifi-serial bridge we can connect a PC and an Amiga together just like with a null-modem cable (PC ⇄ Amiga) but without having to use a physical cable between the machines.\n\n***\n\n\u003ca href=\"pics/amiga-esp-link_pic28.jpg\"\u003e\n\u003cimg src=\"pics/amiga-esp-link_pic28.jpg\" width=\"512\" height=\"384\"\u003e\n\u003c/a\u003e\n\n***\nDemo video here:\u003cbr /\u003e\nhttps://drive.google.com/file/d/1JXnxcCOAw7E6R6TP7SXa89liKBrgprrN/view?usp=sharing\n\n***\n\nThe esp-link will make it possible to do file transfers over Wi-Fi from the PC to the Amiga and vice versa using a file transfer protocol like `Zmodem` or `Kermit` on each end. A popular program for doing this on the Amiga was [Ncomm](https://aminet.net/search?query=ncomm) back in the days. On the PC side we can use for example `Tera Term` (Windows) or `Minicom` (Linux).\u003cbr /\u003e\n\n***\n\nIt's also possible to get Console output of diagrom displayed from your Amiga to your PC this way. No cable needed :)\u003cbr /\u003e\n\nNo driver needs to be installed on the Amiga side as long as you don't want to replace the `serial.device` that comes with AmigaOS. A better replacement is `8n1.device` available in two versions on Aminet here: https://aminet.net/search?query=8n1  \u003cbr /\u003e\none is for AmigaDOS 2.04+ (ONLY V37+), pick the correct one for your system. I have successfully used the `8n1.device` driver at `38400` baud speed setting on a plain standard A500 with some fast ram installed.\n\n\n### Installing esp-link firmware\n\n***\n\n1. We start by flashing the esp-link to our esp8266 board.\u003cbr /\u003e I'm going to do that with the `Flash Download Tools` available from Espressif.\u003cbr /\u003e\n   First download the Expressif download tool for esp8266 from their site:\u003cbr /\u003e\u003cbr /\u003e\n   https://www.espressif.com/en/support/download/other-tools \u003cbr /\u003e\u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic1.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic1.jpg\" width=\"470\" height=\"94\"\u003e\n   \u003c/a\u003e\u003cbr /\u003e\n\n***\n\n2. Now hook up your ESP8266-board to your PC. I'm using a LoLin NodeMCU V3 board here, pay attention to what COM-port it gets in your system. Mine got COM3 in Windows. You may have to install drivers for the CH340 USB-to-UART bridge chip or whatever chip your module uses for this to work.\u003cbr /\u003e\u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic2.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic2.jpg\" width=\"357\" height=\"267\"\u003e\n   \u003c/a\u003e\u003cbr /\u003e\n   \n***\n   \n3. Now start the Flash Tool and select `ESP8266` and `Develop`\u003cbr /\u003e\u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic3.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic3.jpg\" width=\"357\" height=\"246\"\u003e\n   \u003c/a\u003e\u003cbr /\u003e\n\n***\n\n4. Ok, good now we follow the instructions on what files to download and put in to our flash download tool. I downloaded the latest stable release `esp-link v3.0.14-g963ffbb` but I could probably have chosen the latest alpha-release instead\u003cbr /\u003e\n   https://github.com/jeelabs/esp-link/blob/master/FLASHING.md#initial-serial-flashing\n   \u003cbr /\u003e\n\n***\n\n5. Now flash the device usign the Flash Tool, it's important to untick the `DoNotChgBin`-checkbox and put in the correct hex-addresses and COM-port to match your board.\u003cbr /\u003e\u003cbr /\u003e \n   \u003ca href=\"pics/amiga-esp-link_pic4.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic4.jpg\" width=\"482\" height=\"488\"\u003e\n   \u003c/a\u003e\u003cbr /\u003e\n\n***\n\n### Configuring esp-link to STA-mode\n6. If the flashing went well then push the reset-button on your ESP-device and it should now boot and start blinking to show it's now setup as an AP (AccessPoint). You should now be able to connect to it by using for example your phone. Put in a manual IP-address on the same subnet as the AP (192.168.4.0/24). The AP is set to `192.168.4.1` by default so your phone can be set to for example `192.168.4.2` with a netmask of `255.255.255.0`\u003cbr /\u003e\u003cbr /\u003e\n   \n   \u003ca href=\"pics/amiga-esp-link_pic5.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic5.jpg\" width=\"188\" height=\"324\"\u003e\n   \u003c/a\u003e\u003cbr /\u003e\n   \u003cbr /\u003e\n   You should now be able to connect to it:\u003cbr /\u003e\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic6.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic6.jpg\" width=\"234\" height=\"100\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n\n***\n\n7. Now point your browser to `http://192.168.4.1` and you should see the esp-link homepage, we now want to put the device into `STA-mode` (Station-mode) so that it can join our home-wifi-network and get an IP from our home router instead so that we can access this page from our PC. Put the device in `AP + STA`-mode and click the `Wifi Station` and select your wifi-network and put in your `WPA2`-password and connect. Do NOT connect to `SkyNet` or `The Sausage Cartel` :)\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic7.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic7.jpg\" width=\"225\" height=\"389\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic8.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic8.jpg\" width=\"225\" height=\"389\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   After verifying you are connected to your wifi-network, notice what IP-address you got from the router (I got `192.168.1.22` here), now switch to STA-mode by pressing the \"*Switch to `STA-mode`*\" link:\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic9.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic9.jpg\" width=\"225\" height=\"389\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic10.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic10.jpg\" width=\"225\" height=\"389\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   After pressing the \"*Switch to `STA-mode`*\" link the phone access to the esp-link homepage is now gone (since the 192.168.4.1 AP is not there any more). Now remove this connection from your phone and try and access the esp-link homepage through your browser on your PC.\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   Yay! it worked, now press the home tab and configure the *Pin Assignment* according to how you want it. This is how I configured it:\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic11.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic11.jpg\" width=\"505\" height=\"467\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   In order to avoid avoid ROM boot message I choose \"swapped\" here which uses UART 2 pins instead, TX (TXD2) on gpio15 and RX (RXD2) on gpio13.\n   \u003cbr /\u003e\n\n   Explanation of Pin assignment (options above)\n   ---------\n   Name  | Description\n   -|-|\n   Reset | Connect to µC reset pin for programming and reset-µC function \n   ISP/Flash | Second signal to program µC. AVR:not used, esp8266:gpio2, ARM:ISP\n   Conn LED | LED to show WiFi connectivity\n   Serial LED | LED to show serial activity\n   UART pins | Swap UART0 pins to avoid ROM boot message. Normal is TX on gpio1/TX0 and RX on gpio3/RX0, swapped is TX on gpio15 and RX on gpio13.\n   RX pull-up | Enable internal 40K pull-up on RX\n   \n   Pinout for the module I'm using for esp-link, LoLin NodeMCU V3:\u003cbr /\u003e\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic12.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic12.jpg\" width=\"520\" height=\"368\"\u003e   \n   \u003c/a\u003e\n   \u003cbr /\u003e\n\n***\n\n### Installing a virtual serial port on PC\n\n8. In order to transfer serial data over TCP/IP we need to install a virtual serial port that can redirect serial data to network traffic. For this I install HW VSP3 on my Windows Machine. There are other solutions for this as well.\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   https://www.hw-group.com/software/hw-vsp3-virtual-serial-port\n   \u003cbr /\u003e\n   \u003cbr /\u003e \n   HW VSP is a software driver that adds a virtual serial port (e.g. COM5) to the operating system and redirects the data from this port via a TCP/IP network to another hardware interface, which is specified by its IP address and port number.\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   Installing and configuring HW VSP3:\u003cbr /\u003e\n   \u003cbr /\u003e\n   Download and install latest version of HW VSP3 Single:\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic13.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic13.jpg\" width=\"494\" height=\"283\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   I chose the default installation options throughout the installation Wizard:\u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic14.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic14.jpg\" width=\"257\" height=\"200\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic15.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic15.jpg\" width=\"257\" height=\"200\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   Now start the HW Virtual Serial Port from the start menu. It is now in read-only mode, click the `Login` button and `OK`, that should elevate permission level to `Admin-access`-mode. Now select a COM-port number you want to create. I chose `COM5` here, also put in the esp-link `IP-address` and port number `2323`, and then click `Create COM` button.\u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic16.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic16.jpg\" width=\"302\" height=\"245\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic17.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic17.jpg\" width=\"302\" height=\"245\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   Great, now the virtual COM-port should have been added. Verify that you now have it displaying in the Device Manager:\u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic18.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic18.jpg\" width=\"302\" height=\"245\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic19.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic19.jpg\" width=\"309\" height=\"201\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   Now in order to be able to test our newly created COM-port we need a terminal program that can connect via serial. I will use C-Kermit here, but you can use `Putty`, `Tera Term` or `KiTTY` or pick your favorite terminal. The good thing with Kermit is that it has built-in support for old school file transfer protocols such as `Kermit` and `Z-modem` among others.\u003cbr /\u003e\n   \u003cbr /\u003e\n      ```\n      [C:\\Bin\\ckw-b4\\] CKW\u003e set protocol ? One of the following:\n      kermit      other       xmodem      xmodem-crc  ymodem      ymodem-g    zmodem\n      ```\n   \u003cbr /\u003e\n   Download and extract C-Kermit for Windows:\u003cbr /\u003e\n   https://github.com/davidrg/ckwin/releases\n   \u003cbr /\u003e\n   \n   I choose to put it in a Bin folder under `C:\\` and then add the folder location to my `Path`-environment variable. This way I can start the console from any location by just typing `k95.exe` on the command line.\n   \n   \u003cbr /\u003e\n   \n   \u003ca href=\"pics/amiga-esp-link_pic20.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic20.jpg\" width=\"465\" height=\"246\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic21.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic21.jpg\" width=\"370\" height=\"353\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n\n   Now open a CMD-prompt and type `k95.exe`. You can hold down the shift-key and right-click on the folder and choose `Open command window here`\n   \n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic22.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic22.jpg\" width=\"465\" height=\"246\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic23.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic23.jpg\" width=\"367\" height=\"234\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   We are now ready to test the virtual com port, but first set the correct baud rate in esp-link:\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic24.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic24.jpg\" width=\"505\" height=\"467\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n\n   Ok great, now in the Kermit terminal set the com-port `set port com5` and your baud speed `set speed 38400` and type `connect` and hit enter. If you type for example `hello` now you should see in the status-window of the virtual port that a connection is open and that it has LAN connected and that the RX- and TX-counters increases as you type.\n\n   \u003ca href=\"pics/amiga-esp-link_pic25.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic25.jpg\" width=\"430\" height=\"271\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic26.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic26.jpg\" width=\"358\" height=\"226\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \n   Sweet! Pat yourself on the back and take a worthwhile coffee break before we hook up the Amiga to the ESP. Well done!\n   \n   \u003ca href=\"pics/amiga-esp-link_pic27.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic27.jpg\" width=\"603\" height=\"491\"\u003e\n   \u003c/a\u003e\n\n***\n\n### Hooking up the Amiga to the ESP-module\n\n9. For this we need some gear:\n\n   \u003ca href=\"pics/amiga-esp-link_pic28.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic28.jpg\" width=\"512\" height=\"384\"\u003e\n   \u003c/a\u003e\n   \n   I have no affiliate or kickback from any of the links below I only show where I sourced the items from:\n\n   * StarTech.com DB9 till DB25 `AT925MF`\u003cbr /\u003e\n      https://www.amazon.com/StarTech-com-DB9-DB25-Seriell-Adapter/dp/B000087RYP/ \u003cbr /\u003e\n      Actually I bought from the Swedish Amazon site: \u003cbr /\u003e\n      https://www.amazon.se/StarTech-com-till-seriell-adapter-beige/dp/B000087RYP/ \u003cbr /\u003e\n      \n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic29.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic29.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic30.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic30.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   \n   * RS232 Serial to TTL:\n      https://www.aliexpress.com/item/1005001685534114.html \u003cbr /\u003e\n\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic31.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic31.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic32.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic32.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   I had to remove the nuts from one of the sides in order to connect them together. Now you only have to connect them together, Four wires is enough, TX, RX, 3V3 and GND. I connected RTS and CTS here as well but they are not used with esp-link. You can verify that the 3.3V from the ESP is ok before connecting it. The Led on GPIO is optional and only an indicator that the Wifi is online\u003cbr /\u003e\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic33.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic33.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic34.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic34.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   To power the ESP-module I made a cable to take 5V from the external floppy port of the Amiga. This goes to a micro-usb connector that plugs into the ESP32-module.\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic35.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic35.jpg\" width=\"512\" height=\"384\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \n   Now with the ESP-module connected we can start the Amiga kermit client and try and do a file transfer...\u003cbr /\u003e\n   `set line` and `set speed` and the alternative escape sequence (to ctrl + b) with `set esc 2` \n   \n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic36.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic36.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic37.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic37.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \n   Now connect and you should be able to chat from one computer to the other by typing in the consoles. Now on the Amiga escape back to the Local System by `ctrl + b` followed by a `c`. Now do a `remote dir`\n   \n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic38.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic38.jpg\" width=\"304\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic39.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic39.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \n   Now simply type `get` followed by the filename you want to download:\n   \n   \u003cbr /\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic40.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic40.jpg\" width=\"256\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"pics/amiga-esp-link_pic41.jpg\"\u003e\n   \u003cimg src=\"pics/amiga-esp-link_pic41.jpg\" width=\"304\" height=\"192\"\u003e\n   \u003c/a\u003e\n   \u003cbr /\u003e\n   \u003cbr /\u003e\n   That's all folks!\u003cbr /\u003e\n   Happy Hackin´\n   \n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbilander%2Famiga-esp-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbilander%2Famiga-esp-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbilander%2Famiga-esp-link/lists"}