From e1cec139c9be7ff06495600ebe956a19de8cf189 Mon Sep 17 00:00:00 2001 From: mborgerson Date: Sun, 31 May 2020 02:46:17 -0700 Subject: [PATCH] Updated Networking (markdown) --- Networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Networking.md b/Networking.md index 20af2f8..1198d8a 100644 --- a/Networking.md +++ b/Networking.md @@ -31,7 +31,7 @@ enabled, click Disable. From the "Attached To" combo box, select #### Step 2: Forward port 21 -Because xemu is configured to use "user networking", we must configure xemu +Because xemu is configured to use "user networking," we must configure xemu to forward FTP traffic on the host machine to the internal network. There is not a fancy GUI to do this yet, but we can easily do this using the monitor. @@ -77,7 +77,7 @@ You can now open the "Site Manager" window again, select "xemu", and click the <
More details about the FTP protocol for the curious... -FTP has two modes, passive and active. +FTP has two modes: passive and active. Passive mode involves the client first connecting to the server for control and then again on another port other for data. The client first connects, then the