Sign up or Sign in | Share
 
ClearMyBench
Welcome, Guest
Please Login or Register.    Lost Password?
PHP tutorial part2 (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: PHP tutorial part2
#4136
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:PHP tutorial part2 3 Years, 10 Months ago Karma: 0  
The ftp_chmod() function sets permissions on a specified file on the FTP server.

This function returns the new permissions on success and FALSE and a warning on failure.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4137
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:PHP tutorial part2 3 Years, 10 Months ago Karma: 0  
The ftp_delete() function deletes a file on the FTP server.

This function returns TRUE on success and FALSE and a warning on failure.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4138
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:PHP tutorial part2 3 Years, 10 Months ago Karma: 0  
The ftp_connect() function opens an FTP connection to a server.

When the connection is open, you can run FTP functions against the server.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4139
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:PHP tutorial part2 3 Years, 10 Months ago Karma: 0  
The parameters required for the PHP ftp_connect() Function is


1.host

Specifies the FTP server to connect to. Can be a domain address or an IP address. T


his parameter should not include "ftp://" or slashes
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4140
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:PHP tutorial part2 3 Years, 10 Months ago Karma: 0  
2.port
Its optional. Specifies the port of the FTP server. Default is 21


3. timeout

Its optional.
Specifies the timeout for this FTP connection. Default is 90 seconds
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4141
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:PHP tutorial part2 3 Years, 10 Months ago Karma: 0  
The ftp_exec() function requests a program or command to be executed on the FTP server.

This function returns TRUE on success and FALSE on failure.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
logo footer   Copyright 2009 - 2013 HotRecruiter.Com - All Rights Reserved