php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "FTP access"

How can PHP developers ensure secure access to FTP servers when retrieving data for their websites?

To ensure secure access to FTP servers when retrieving data for websites, PHP developers should use SFTP (SSH File Transfer Protocol) instead of regul...

How can one access the database if only FTP access is available and not a direct customer login at the host?

To access the database when only FTP access is available, you can create a PHP script that connects to the database using the database credentials. Th...

What are some alternative methods to transfer files to users without FTP access?

If users do not have FTP access, an alternative method to transfer files could be through a web-based file upload system. This allows users to upload...

What are the best practices for managing permissions and security when allowing FTP access to upload files?

When allowing FTP access to upload files, it is important to manage permissions and security to prevent unauthorized access or malicious activities. O...

What are the best practices for managing file permissions and access rights when using PHP to create folders for FTP access?

When creating folders for FTP access using PHP, it is important to set appropriate file permissions and access rights to ensure security and proper fu...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.