| | Class: WindFtpSource Location: /ftp/WindFtp.php
 
 Class WindFtp
	Class Overview 
		
		| 使用ftp函数实现ftp相关操作
 使用方法和普通类库一样:   
 $ftp = new WindFtp(array('server' => '192.168.1.10', 'port' => '21', ‘user' => 'test', 'pwd' => '123456 ')); print_r($ftp->fileList()); 
			Located in /ftp/WindFtp.php [line 19]
		 AbstractWindFtp
   |
   --WindFtpAuthor(s):
		
		
		
Information Tags: 
 | Methods |  
		Inherited Properties, Constants, and Methods 
		Methods 
			
	
    | | WindFtp __construct(
[array
$config = array()] 
) | 
 | 
 构造函数
 通过传入config构造链接对象Parameters:
			
	
	API Tags: 
	
    Parameters:| | void download(
$filename, [
$localname = ''], [
$mode = 'auto'] 
) | 
 | 
 
					API Tags:|  | $filename: |  |  |  | $localname: |  |  |  | $mode: |  |  
 Redefinition of: 
			AbstractWindFtp::download()下载文件 
	
    Parameters:| | void upload(
$sourceFile, 
$desFile, [
$mode = 'A'] 
) | 
 | 
 
					API Tags:|  | $sourceFile: |  |  |  | $desFile: |  |  |  | $mode: |  |  
 Redefinition of: 
			AbstractWindFtp::upload()上传文件 | 
 |