mirror of https://github.com/xemu-project/xemu.git
Updated Networking (markdown)
parent
d050581ad1
commit
e1cec139c9
|
@ -31,7 +31,7 @@ enabled, click <kbd>Disable</kbd>. From the "Attached To" combo box, select
|
||||||
|
|
||||||
#### Step 2: Forward port 21
|
#### 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
|
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.
|
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 <
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>More details about the FTP protocol for the curious...</summary>
|
<summary>More details about the FTP protocol for the curious...</summary>
|
||||||
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
|
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
|
then again on another port other for data. The client first connects, then the
|
||||||
|
|
Loading…
Reference in New Issue