Class FTPClient
FTP Client for PHP
Package: FTPClient
Copyright: Melih Ucar
License: (The MIT License) Copyright (c) 2013, Melih Ucar (http://www.melihucar.net/) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Author: Melih Ucar
Version: 1.0
Located at ftpclient.php
Copyright: Melih Ucar
License: (The MIT License) Copyright (c) 2013, Melih Ucar (http://www.melihucar.net/) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Author: Melih Ucar
Version: 1.0
Located at ftpclient.php
public
|
|
public
|
|
public
|
|
public
|
|
public
FTPClient,
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
integer
|
|
public
integer
|
#
modifiedTime( string $remoteFile, mixed $format = null )
Returns the last modified time of the given file. Return -1 on error |
public
boolean
|
|
public
|
#
get( string $localFile, string $remoteFile, integer $mode =
Downloads a file from the FTP server |
public
|
#
put( string $remoteFile, string $localFile, integer $mode =
Uploads from an open file to the FTP server |
public
|
#
fget( resource $handle, string $remoteFile, integer $mode =
Downloads a file from the FTP server and saves to an open file |
public
|
#
fput( string $remoteFile, resource $handle, integer $mode =
Uploads from an open file to the FTP server |
public
mixed
|
|
public
mixed
|
|
public
|
|
public
|
|
public
|
|
public
|
integer |
ASCII
|
FTP_ASCII |
|
integer |
BINARY
|
FTP_BINARY |
|
integer |
TIMEOUT_SEC
|
FTP_TIMEOUT_SEC |
|
integer |
AUTOSEEK
|
FTP_AUTOSEEK |