Apr 29, 2004 #1 kovacsa MIS Apr 3, 2003 100 CA Hello .. Can anyone shed some light on the error: 10038: Socket Operation on a non-socket. We are running FTP over VPN and receive this error. Thanks, kovacsa
Hello .. Can anyone shed some light on the error: 10038: Socket Operation on a non-socket. We are running FTP over VPN and receive this error. Thanks, kovacsa
Apr 30, 2004 #2 JasonDeckard Programmer Mar 20, 2003 136 US Kovacsa, That is a programming error caused by attempting to perform a socket function (such as setsockopt()) on a descriptor that is not actually a socket. Has the FTP software been recently ported to a different operating system? Regards, Jason Deckard http://www.closedsocket.com/ Upvote 0 Downvote
Kovacsa, That is a programming error caused by attempting to perform a socket function (such as setsockopt()) on a descriptor that is not actually a socket. Has the FTP software been recently ported to a different operating system? Regards, Jason Deckard http://www.closedsocket.com/
Apr 30, 2004 Thread starter #3 kovacsa MIS Apr 3, 2003 100 CA Hey Jason, thanks for the response. Two things have changed. The FTP server has changed, which likely means a different FTP software and now the FTP sessions are run over VPN. Thanks, kovacsa Upvote 0 Downvote
Hey Jason, thanks for the response. Two things have changed. The FTP server has changed, which likely means a different FTP software and now the FTP sessions are run over VPN. Thanks, kovacsa