-
This project implements microhip ethernet stack for implementing ftp server
This project implements microhip ethernet stack for implementing ftp server
- 2022-03-07 01:06:50下载
- 积分:1
-
TFTP服务器的源代码。
tftp server source codes.
- 2023-01-23 19:50:03下载
- 积分:1
-
JAVA实现的FTP服务器源码
JAVA实现的FTP服务器源码-JAVA source FTP server
- 2022-03-25 02:50:45下载
- 积分:1
-
ftp断点续传,使用户能够轻松的理解各种软件的细节
ftp断点续传,使用户能够轻松的理解各种软件的细节-ftp HTTP that allows users to easily understand the details of a variety of software
- 2022-01-23 11:01:28下载
- 积分:1
-
很有名气的Ftp客户端开源软件,多个类像CAsyncSocket类都很经典;是很好的学习网络编程的教材...
很有名气的Ftp客户端开源软件,多个类像CAsyncSocket类都很经典;是很好的学习网络编程的教材-very well Ftp Client open-source software, a number of categories such as CAsyncSocket are classics; The study is a good teaching Network Programming
- 2022-01-25 17:31:53下载
- 积分:1
-
android-ftp-demo
xe7 原始版本
1 拍照后无法获取文件名,通过image save到临时目录。
2 获得临时目录的文件名。取得文件绝对路径。
3 idftp上传
tab页面左右滑动没实现
slash没实现。
数据库写入没实现
各种分辨率下手机布局没实现
程序调用照相机分辨率只有800-600无法修改
如果有人解决此类问题请联系qq 478737032@qq.com(xe7 original version
Unable to get a photograph file name, by image save to a temporary directory.
2 get the file name of the temporary directory. Obtain absolute file path.
3 idftp Upload
tab page did not realize sliding around
slash Not implemented.
Database writes did not realize
Mobile layout did not realize at all resolutions
The camera resolution is only 800-600 program calls can not be modified
If someone solve such problems, please contact qq 478737032@qq.com)
- 2015-06-28 16:12:38下载
- 积分:1
-
多线程FTP服务器
Multithread FTP server
- 2022-02-07 07:28:24下载
- 积分:1
-
用vc实现FTP功能的实现程序,FTP的实现…
用vc实现的一个实现ftp功能的程序,实现了ftp的最简单的功能,连接服务器,以及设置共享目录等功能.-vc used to achieve the realization of an ftp function procedures, the ftp achieve the most simple functions, linking servers, and the installation of shared directory.
- 2022-04-06 20:14:37下载
- 积分:1
-
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
使...
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
使用协议:TCP/IP
客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。
使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。
文件的多线程读写采用windows内存映像技术。
关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。
- 2022-03-14 09:19:54下载
- 积分:1
-
一个java的FTP客户端工具
另外一个JAVA FTP客户端工具-another Java FTP client tool
- 2022-03-20 22:43:53下载
- 积分:1