★ wanayoo — archive 1999 http://www.php.net/manual/function.ftp-pasv.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to FTP
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
FTP
* ftp_connect
* ftp_login
* ftp_pwd
* ftp_cdup
* ftp_chdir
* ftp_mkdir
* ftp_rmdir
* ftp_nlist
* ftp_rawlist
* ftp_systype
* ftp_pasv
* ftp_get
* ftp_fget
* ftp_put
* ftp_fput
* ftp_size
* ftp_mdtm
* ftp_rename
* ftp_delete
* ftp_site
* ftp_quit
Manual: ftp_pasv
View the source code for this pageSearch the site



Previous page
 ftp_systype
 Updated
Sat, 12 Aug 2000
ftp_get 
Next page


ftp_pasv

(PHP3 >= 3.0.13, PHP4 >= 4.0b4)

ftp_pasv -- Turns passive mode on or off.

Description

int ftp_pasv (int ftp_stream, int pasv)

Returns true on success, false on error.

ftp_pasv() turns on passive mode if the pasv parameter is true (it turns off passive mode if pasv is false.) In passive mode, data connections are initiated by the client, rather than by the server.


 About Notes


Previous page
 ftp_systype
 Updated
Sat, 12 Aug 2000
ftp_get 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.