Jump to content
UBot Underground

Recommended Posts

I recently started using UBot again after a few months where I upgraded to Windows 10, and now I am getting this error everytime I try to use FTP:

 

"Unable to read data from transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because the connected host has failed to respond."

 

The hosts I have tried are working fine with FileZilla and tested it with UBot on another machine. I have spent days trying to figure it out but have had no luck. It comes up straight away so I don't even know if it is making a connection.

 

Also to note:

  • I can't use Active FTP on my machine, only Passive FTP works.
  • I recently had a router replaced and now have a new IP.
  • I have tried disabling firewalls, adding exclusions, etc.
  • Have tried turning off Anti Virus.
  • Have tried closing every other program that I can.
  • SFTP comes up with different errors such as "connection closed".

If anyone can help with this or suggest an alternative it would be much appreciated.

Link to post
Share on other sites
  • 4 weeks later...

I did a workaround using this bat file and calling it from shell

@echo off
echo user MyUserName> ftpcmd.dat
echo MyPassword>> ftpcmd.dat
echo bin>> ftpcmd.dat
echo put %1>> ftpcmd.dat
echo quit>> ftpcmd.dat
ftp -n -s:ftpcmd.dat SERVERNAME.COM
del ftpcmd.dat

hope that helps

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...