# Python Web Server
```sh
python3 -m http.server <PORT>
```
By default Python's web server serves files out of the current folder. This can be configured using the `--directory` option.
Note that the above works for Python 3 only. With Python 2 use the following command instead:
```sh
python2.7 -m SimpleHTTPServer
```
## Upload Server
![[File Transfers - Windows File Transfer Methods#^rt13vy]]
![[File Transfers - Windows File Transfer Methods#^6l91qs]]
![[File Transfers - Windows File Transfer Methods#^y2zayr]]
![[File Transfers - Windows File Transfer Methods#^n1ne0i]]