搜索资源列表
shell
- Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还
2410_keydriver_2.6.13
- 广州友善2410开发板-2.6.13内核下键盘驱动:广州友善2410开发板仅提供了2.4.18下的驱动,前些日子升级内核时把键盘驱动也更新了一下!通过外部中断(下降沿)的方式读取键盘按键编码值。同时上传了一个简单的测试程序和Makefile文件
ftp_updownload
- linux下在控制台下上传文件夹的shell程序yuanma
Linux_BT_Code
- 在Linux环境下用c编写的BT文件源码,用于BT下载上传,有详细的注解。希望对大家有所帮助
BAK
- jsp实现文件上传下载 执行服务器端脚本功能
bomb152
- bomblab csapp cmu 我把所有文件都上传了,包括我的答案,以及找到的相似的解题过程,还有我的函数-bomblab csapp cmu I ve upload all the files needed, including my answers and similar process to solve it I found on the Internet
ftpproject20090201
- linux先ftp客户端,实现文件上传下载,建立目录,实现互联网文件共享-linux first ftp client, uploading and downloading files, create the directory, the realization of the Internet file-sharing
softhy164h
- 整站程序 源码介绍: 1、运行环境要求: Linux/FreeBSD/Solaris+Apache+Mysql 5+PHP5以上版本支持 或Windows+IIS 5/Apache+Mysql 5+PHP5以上版本支持 2、使用FTP工具,将解压后的文件上传至您的空间 3、确认以下目录或文件属性为可写模式: Inc/Config.inc install.php index.php UpLoadFile 4、输入空间绑定的域名开始安装
FTPService
- ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RET
my_root.tar
- 这是一个精简的linux文件系统,已经经过了裁剪,能做成镜像文件上传到arm开发板中。-this is a linux file system ,it is very simple ,we can make it as image and put it on arm ,it runs ok.
ftp
- linux下c语言文件上传的功能,ftp功能-ftp
denglu
- php中用ajax实现的用户登录注册功能,我是初学的只把文件上传上去 大家学习下-php using ajax to achieve user login registration function, I am a beginner only upload files up we learn
hdfs
- java语言编写,实现将本地文件上传到hdfs上,以及从hdfs上下载文件-java language, to achieve local files uploaded to the hdfs, and download files from hdfs
ftpserver
- linux 下实现ftpserver 支持文件上传和下载,希望对初学者有所帮助-achieve ftpserver support upload and download files under linux, I hope to help beginners
images
- php文件上传 CREATE TABLE `photo` ( `id` int(10) unsigned NOT NULL auto_increment, `type` varchar(100) NOT NULL, `binarydata` mediumblob NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1-CREATE TABLE
ftp文件上传下载
- Linux ftp 实现文件传输,客户端,服务器端实现文件上传下载(Linux FTP file transfer, client, server-side file upload and download)
Desktop
- L牛膝下 用c语言 实现客户端服务器端文件的上传下载功能(Implement the uploading and downloading function of the client server file)
Desktop
- c语言实现的http上传文件代码,并获取设备的ip地址,mac地址,根据mac地址获取随机数(C language to achieve HTTP upload file code, and get the IP address of the device, MAC address, according to the MAC address to get the random number.)
QSsh-master
- qt实现ssh ftp 实现远程文件上传下载和cmd命令(QT implements SSH FTP to realize remote file upload and download and CMD command.)
file_server
- 实现了客户服务器模式的的文件服务器,能够进行上传和下载文件(A file server based on client server mode is implemented, which can upload and download files.)