// JP opened flex table

Click to See Complete Forum and Search --> : Fail GetFtpConnection


hmaturana
November 26th, 2007, 12:22 AM
I have a FTP application that has been working ok but now the GetFtpConnection fails and the CInternetException messague error is "computer not connected to the network" However the computer is connected to a network and the internet if I use other FTP programs such as CoreFtp they work ok. So I decide to get an ftp application that make use of CInternetSession::GetFtpConnection "FtpWanderer" http://www.codeproject.com/internet/ftpwanderer.asp
and it present the same problem ????

So it looks that just the MFC class is getting affected.

hopefully some one can guide me in the right direction.

Gearloose

Tischnoetentoet
November 26th, 2007, 06:41 AM
How do you set up the internet session or ftp connection?

Marc G
November 26th, 2007, 09:07 AM
[ moved thread ]

MikeAThon
November 26th, 2007, 11:49 AM
Often the issue is a firewall that blocks access to non-approved programs.

Look carefully for firewalls. Many systems have two or three, as a result of installing programs that come with a "free" or "extra benefit" firewall.

Mike

//JP added flex table