Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: ActiveFTP Data Connection?  (Read 4643 times)

0 Members and 1 Guest are viewing this topic.

Helpmeh

    Topic Starter


    Guru

  • Roar.
  • Thanked: 123
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
ActiveFTP Data Connection?
« on: April 09, 2010, 08:27:06 PM »
I'm trying to use a batch file to transfer files via FTP to my DriveHQ TRUE account, but when I send it, it takes a really long time...it says free accounts are subject to slower speeds, but it takes like 30 seconds to upload a 16 BYTE (yes, just 16 bytes) file.


When I reviewed what exactly happens when I upload, this is what I found which is interesting:
Code: [Select]
ftp> put ftpsend
200 Port command successful.
421 Failed to create ActiveFTP Data Connection. (Blocked by firewall?) Please use PassiveFTP, or download DriveHQ FileManager.
The 421 line is what is holding me up...I have no idea what PassiveFTP is and I can't use the FileManager, but it is taking a long time.


Is there some way I can enable "PassiveFTP" so it won't lag the script process so horrendously?


EDIT: I tried using Quote PASV as the first command after entering in my username and password, but it still brings up that stupid error message.
« Last Edit: April 09, 2010, 08:47:28 PM by Helpmeh »
Where's MagicSpeed?
Quote from: 'matt'
He's playing a game called IRL. Great graphics, *censored* gameplay.

ghostdog74



    Specialist

    Thanked: 27
    Re: ActiveFTP Data Connection?
    « Reply #1 on: April 09, 2010, 11:01:12 PM »
    some firewalls disable PASV for FTP connections. even if you use PASV with your FTP client, the firewall that stands between you and the other end must be able to recognise PASV mode. Check with the one that is in charge of the firewall.

    Helpmeh

      Topic Starter


      Guru

    • Roar.
    • Thanked: 123
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 8
    Re: ActiveFTP Data Connection?
    « Reply #2 on: April 10, 2010, 10:03:16 AM »
    some firewalls disable PASV for FTP connections. even if you use PASV with your FTP client, the firewall that stands between you and the other end must be able to recognise PASV mode. Check with the one that is in charge of the firewall.
    Now, I did a quick look through the control panel and Windows Firewall is disabled...making me think that there is another firewall on the computer. I checked my taskbar icons (where one usually is for firewalls, etc.), nothing, unless ESET Nod32 Buisness edition has a built-in firewall, which I doubt. I checked Add or Remove Programs, nothing mentions any firewall.

    I guess the board thinks deepfreeze and NOD32 (with an outdated signature because of deepfreeze) will be enough to secure their computers.


    EDIT: I did a little bit of googling, and it appears that the FTP client from CMD.exe doesn't actually support PassiveFTP...
    Where's MagicSpeed?
    Quote from: 'matt'
    He's playing a game called IRL. Great graphics, *censored* gameplay.