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 8674267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:40:04+00:00 2026-06-12T19:40:04+00:00

Im confused by an estate agency vebra import script that worked fine before it

  • 0

Im confused by an estate agency vebra import script that worked fine before it was moved to a different server however now this seems to not work at all.

Does anyone have any idea why i would get the following warnings…

Warning: ftp_get() [function.ftp-get]: Opening data channel for file
transfer. in
/home/username/public_html/includes/cron/import/vebra-import.php on
line 37

Warning: ftp_get() [function.ftp-get]: Transfer OK in
/home/username/public_html/includes/cron/import/vebra-import.php on
line 37

here is the ftp connection code:

  $ftp = ftp_connect($ftp_host, 21) or die("FTP Connection Error");

  ftp_login($ftp, $ftp_user, $ftp_pass) or die("Can't Connect to FTP");

  $ftpdir = ftp_nlist($ftp, "/");


  if(!empty($ftpdir) && count($ftpdir) > 0) {

  foreach($ftpdir as $ftpfile) {

      if(preg_match("/\.txt$/", $ftpfile)) {
          $getfile = ftp_get($ftp, $csv_dir.$ftpfile, $ftpfile, FTP_BINARY);
          if($getfile){
              $downloaded++;
          }
          $total++;

      }

  }

  }
  ftp_close($ftp);

Furthermore, it seems to be intermittent, and sometimes this executes successfully other times it fails with the above errors.

  • 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-12T19:40:05+00:00Added an answer on June 12, 2026 at 7:40 pm

    Your server is not in a passive mode, and add this code to process:

    ftp_pasv($ftp, true);
    

    For more information look at passive mode on php.net: http://php.net/manual/en/function.ftp-pasv.php
    Passive mode uses the data initiated by the client rather than the server. So this is why you can’t put on server. If this is not set it will fail.

    NOTE: Set ftp_pasv() function after ftp_login() function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Bit confused about this. I was under the impression that if you added server
Mildly confused. I have a combobox that is databound to a list of strings.
Really confused why the QR output using RcppArmadillo is different than QR output from
Pretty confused right now, while i feel i know a bit about vhosts this
Totally confused here. I have a PARENT UIViewController that needs to pass an NSMutableArray
Very confused. In my workspace , the trunk works fine when I do a:
I am creating a real estate listing website and am confused with modules I
Im confused regarding which scope should i use. Here i have a module, that
Really confused regarding the use of a cursor. I have one activity that works
Very confused over this. I've just started learning about pointers and have now decided

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.