Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP Programs
344+ articles
PHP- FTP
17 posts
Recent Articles
Popular Articles
PHP | ftp_connect() function
Last Updated: 07 August 2021
The ftp_connect() function is an inbuilt function in PHP which is used to create a new connection to the specified FTP server or Host. When connection is successful then o...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_login() function
Last Updated: 30 October 2020
The ftp_login() function is an inbuilt function in PHP which is used to login to an established FTP connection.Syntax:ftp_login( $ftp_connection, $ftp_username, $ftp_userp...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_put() function
Last Updated: 28 July 2021
The ftp_put() function is an inbuilt function in PHP which is used to upload files to FTP server.Syntax: ftp_put( $ftp_connection, $remote_file_path, $local_file_path, $m...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_size() function
Last Updated: 28 July 2021
The ftp_size() function is an inbuilt function in PHP which is used to get the size of a given file on FTP server.Syntax: ftp_size( $ftp_connection, $file_name );Paramete...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_get() function
Last Updated: 17 January 2022
The ftp_get() function is an inbuilt function in PHP which is used to get or download files from FTP server to local server or machine.Syntax: ftp_get( $ftp_connection, $l...
read more
Web Technologies
PHP
PHP Programs
PHP-function
PHP- FTP
PHP | ftp_nlist() function
Last Updated: 07 August 2021
The ftp_nlist() function is an inbuilt function in PHP which is used to get the list of all the filename and sub-directory in a specific directory on FTP server.Syntax: ft...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_alloc() function
Last Updated: 28 July 2021
The ftp_alloc() function is an inbuilt function in PHP which is used to allocate space for file to be uploaded in FTP server.Syntax: ftp_alloc( $ftp_connection, $filesize...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_chdir() function
Last Updated: 28 July 2021
The ftp_chdir() function is an inbuilt function in PHP which is used to change the current directory on the FTP server. Syntax:ftp_chdir( $ftp_connection, $directory )Para...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_delete() function
Last Updated: 07 August 2021
The ftp_delete() function is an inbuilt function in PHP which is used to delete a file on the FTP server.Syntax: ftp_delete( $ftp_connection, $file )Parameters: This funct...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_exec() function
Last Updated: 05 January 2023
The ftp_exec() function is an inbuilt function in PHP that is used to execute a command on the FTP server.Syntax: ftp_exec( $ftp_connection, $command )Parameters: This fun...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_mdtm() Function
Last Updated: 07 August 2021
The ftp_mdtm() function is an inbuilt function in PHP which is used to get time when the file on FTP server was last modified.Syntax: ftp_mdtm( $ftp_connection, $file )Par...
read more
Web Technologies
PHP
PHP Programs
PHP-function
PHP- FTP
PHP | ftp_rawlist() function
Last Updated: 28 November 2022
The ftp_rawlist() function is an inbuilt function in PHP which returns a list of files with information like permissions, last modified the files from a specified director...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_raw() function
Last Updated: 07 August 2021
The ftp_raw() function is an inbuilt function in PHP which is used to send a raw command to the Remote server i.e. FTP Server.Syntax: ftp_raw( $ftp_connection, $command )P...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
PHP | ftp_get_option() function
Last Updated: 07 August 2021
The ftp_get_option() function is an inbuilt function in PHP which is used to get runtime option for existing FTP Connection.Syntax: ftp_get_option( $ftp_connection, $optio...
read more
Web Technologies
PHP
PHP Programs
PHP-function
PHP- FTP
PHP | ftp_set_option() Function
Last Updated: 01 February 2023
The ftp_set_option() function is an inbuilt function in PHP which is used to set runtime option for existing FTP Connection.Syntax: ftp_set_option( $ftp_connection, $optio...
read more
Web Technologies
PHP
PHP-function
PHP- FTP
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !