Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8652779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:23:13+00:00 2026-06-12T14:23:13+00:00

I am currently getting a false result from my var_dump. Is there any way

  • 0

I am currently getting a false result from my var_dump. Is there any way to get the result of folders and files on the root directory from a FTP account.

 <?php

// create a new cURL resource
$ch = curl_init();

// set URL and other appropriate options
curl_setopt($ch, CURLOPT_URL, "ftp://www.xxxx.co.uk");
curl_setopt($ch, CURLOPT_USERPWD, "[xxxx]:[xxxx]");
// grab URL and pass it to the browser
$result = curl_exec($ch);
var_dump($result);
// close cURL resource, and free up system resources
curl_close($ch);

?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T14:23:14+00:00Added an answer on June 12, 2026 at 2:23 pm

    Why don’t you use ftp_connect

    $ftp = ftp_connect("ftp.xxxx.co.uk") or die('could not connect.');
    $raw = ftp_login($ftp, "anonymous", "") or die('could not login.');
    $raw = ftp_pasv($ftp, true) or die('could not enable passive mode.');
    $raw = ftp_rawlist($ftp, "/public_html/");
    var_dump($raw);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently getting images from the 'Documents' directory (using -imageWithContentsOfFile:) with no problems
I'm currently getting the user's birthday from Facebook and storing it in the standard
I'm getting a result (the object) back from a mongoose query and want to
Currently having troubles getting results from a simple aggregate function with HQL. Here is
I'm currently getting a site designed by a person who works in photoshop and
I'm currently getting to grips with mod_rewrite and have ran into a stumbling block
I am currently getting first day Of this week and last week values with
I'm currently getting a Could not load type UI.Administration.Site.master error message and I'm not
I'm currently getting all the Select elements that exist in a form with the
I'm currently getting the AccessControlException below when I deploy to app engine (I don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.