文件名称:209proj
-
所属分类:
- 标签属性:
- 上传时间:2016-03-03
-
文件大小:432.58kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
# Simple FTP
A simple TCP file transfer application.
## Dependencies
Python 3
## To run
1. Start the server on the machine to receive the file using the following command:
```bash
python3 server.py <local-port>
```
Use port number 3000+ to safely avoid conflicts with reserved ports.
2. Start the client on the machine you are sending the file using the following command:
```bash
python3 client.py <remote-IP> <remote-port> <local-file-to-transfer>
```
Where
```bash
<remote-IP> is the IP of the server
```
```bash
<remote-port> is the local port of the server
```
```bash
<local-file-to-transfer> is the local address of the file to send
-# Simple FTP
A simple TCP file transfer application.
## Dependencies
Python 3
## To run
1. Start the server on the machine to receive the file using the following command:
```bash
python3 server.py <local-port>
```
Use port number 3000+ to safely avoid conflicts with reserved ports.
2. Start the client on the machine you are sending the file using the following command:
```bash
python3 client.py <remote-IP> <remote-port> <local-file-to-transfer>
```
Where
```bash
<remote-IP> is the IP of the server
```
```bash
<remote-port> is the local port of the server
```
```bash
<local-file-to-transfer> is the local address of the file to send
```
A simple TCP file transfer application.
## Dependencies
Python 3
## To run
1. Start the server on the machine to receive the file using the following command:
```bash
python3 server.py <local-port>
```
Use port number 3000+ to safely avoid conflicts with reserved ports.
2. Start the client on the machine you are sending the file using the following command:
```bash
python3 client.py <remote-IP> <remote-port> <local-file-to-transfer>
```
Where
```bash
<remote-IP> is the IP of the server
```
```bash
<remote-port> is the local port of the server
```
```bash
<local-file-to-transfer> is the local address of the file to send
-# Simple FTP
A simple TCP file transfer application.
## Dependencies
Python 3
## To run
1. Start the server on the machine to receive the file using the following command:
```bash
python3 server.py <local-port>
```
Use port number 3000+ to safely avoid conflicts with reserved ports.
2. Start the client on the machine you are sending the file using the following command:
```bash
python3 client.py <remote-IP> <remote-port> <local-file-to-transfer>
```
Where
```bash
<remote-IP> is the IP of the server
```
```bash
<remote-port> is the local port of the server
```
```bash
<local-file-to-transfer> is the local address of the file to send
```
(系统自动生成,下载前可以参看下载内容)
下载文件列表
abhi.txt
client.png
server
server.c
server1.png
server11.png
server12.png
wireshark.pcapng
client.c
client.png
server
server.c
server1.png
server11.png
server12.png
wireshark.pcapng
client.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.