Archive

Posts Tagged ‘ftp’

Directory Operations With FTP

November 19th, 2008 programming No comments

As explained in our previous article, FTP, stands for File Transfer Protocol, has been widely used for file and directory/folder operations (such as: create, copy, delete, move, change working directory, change directory permission/attribute, and rename) by web masters. In this topic, we will focus on the directory operations using PHP FTP.
Read more…

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)

File Operations With FTP

November 9th, 2008 programming No comments

FTP, stands for File Transfer Protocol, has been widely used for file and directory/folder operations (such as: create, copy, delete, move, change working directory, change file permission/attribute, and rename) by web masters. In this topic, we will focus on the file operations using PHP FTP.
Read more…

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)