CancelImage Upload

Topics: PHP FTP Functions
Read our latest entries.
Posted by Garren Harland on July 21, 2009, 4:13 pm.
All the FTP functions on PHP work similar to the command based interfaces such as the cmd on windows. So if you want to upload and manipulate a specific set of files, you need to be in that exact directory.
Click here to read on.
Posted by Garren Harland on July 21, 2009, 3:46 pm.
If you are building a FTP program for your users it goes without saying that it will need a rename function. We all have the habit of changing our minds on the names of files, folders, company names, even our own names in fact. And while ftp_rename() will not be able to change the name on your birth certificate, it can come in handy with files.
Click here to read on.
Posted by Garren Harland on July 21, 2009, 1:49 pm.
One of the most important components of a FTP program is the ability to output the name of every item inside a folder a long with its details such as.
Click here to read on.
Posted by Garren Harland on July 21, 2009, 12:26 pm.
Creating a new directory for a FTP program is a piece of cake. All you need to do is establish a connection with your server, and then go on and use the following function: ftp_mkdir()
Click here to read on.
Posted by Garren Harland on July 21, 2009, 12:14 pm.
If you are writing a FTP program with PHP you will at some stage need a function to provide you with the time and date when a file was last edited or uploaded. Lucky for us PHP already contains such a function: ftp_mdtm()
Click here to read on.
Posted by Garren Harland on July 21, 2009, 11:55 am.
Before you can download a file via FTP you will need to establish a connection to your server. So in case you do not know how to establish a connection, I would suggest you read the following tutorial first.
Click here to read on.
Posted by Garren Harland on July 21, 2009, 8:50 pm.
Before you can start uploading files via FTP in PHP you need to have established a connection with your server. This requires that you specify the correct server address, username, and password.
Click here to read on.
myDesignTool Networking • www.mydesigntool.cominfo@mydesigntool.com