php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "FTP"

What version of PHP is recommended for using ftp_chmod()?

The ftp_chmod() function is available in PHP versions 4 and 5, but it is recommended to use PHP 5.2.0 or later for better stability and security. This...

What are some common reasons for the "failed to open stream: no suitable wrapper could be found" error in PHP?

The "failed to open stream: no suitable wrapper could be found" error in PHP typically occurs when trying to access a resource using a protocol that i...

What alternative PHP commands or methods can be used to transfer a large file (e.g. 20MB) from an external server to a local server?

Transferring a large file from an external server to a local server using PHP can be achieved by using alternative methods such as cURL or FTP functio...

How can hosting providers affect the installation of phpMyAdmin?

Hosting providers can affect the installation of phpMyAdmin by limiting access to certain server configurations or restricting the installation proces...

Can you provide a clear example of how to use ftp_chmod() effectively?

When using FTP to transfer files, it may be necessary to change the permissions of the files or directories on the remote server. The ftp_chmod() func...

Showing 1231 to 1235 of 1276 results

‹ 1 2 ... 244 245 246 247 248 249 250 ... 255 256 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.