Opening fixed Channel data on ftp connection

Asked

Viewed 47 times

0

I am trying to connect to several FTP servers via DOS command line, but whenever I try, it returns me the line

150 Opening data Chanel for file upload to server of "< file path >"

And it stays stuck in this message forever, I tried to check doors, but until recently I was able to make this connection without major problems, but now it just gives this message.

When I check on the server it shows the following message:

425 Can’t open data Connection for transfer of "< path >"

The PORT command stands for (187,10,182,35,225,215). In passive mode.

  • It may be that I am wrong, but if I am not mistaken the PORT command is for an active FTP connection, where the server connects to you, which often does not work due to firewalls or even routers. If the connection is really passive I think the command should be the PASV.

  • But if that were the case it wouldn’t have worked from the beginning... This bat worked before, and stopped working after for no apparent reason.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.