WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Error Messages

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

FTPGet Error 426 Data connection: broken pipe with Winsock

Keywords: FTPGet error 

Question:

"426 Data connection: broken pipe" Is what happens when I try to ftpget a file. I have no problem through Netscape and other programs. I'm using the Binary transfer type, when I try ASCII WinBatch stops responding.

Answer:

In the FTPGet statement, make sure the third parameter is a file and not just a directory, as in:
rs=FtpGet(hSession, "/pub/cm95-10.zip", "c:\temp\test.zip", "B")
If you specify a directory only, you will get the error 426.

If you have a proxy server, you might also get this error message.


Article ID:   W12630
Filename:   FTPGet Error Data Connection.txt
File Created: 1999:04:15:16:48:32
Last Updated: 1999:04:15:16:48:32