R
Rich P
I wrote a simple ftp app for listing/downloading files from a directory
on an FTP/web server. My app appears to install fine on XP and Vista
machines, and it can communicate (list/download) with the FTP/web server
no problem on the XP machines (Pro, HomeEdition). But on this Vista
laptop my app wont connect to the FTP server (note: I did not try
ftp.exe from the command line to rule out if it is the app - but I think
the app is OK). An I.T. guy said that by default Vista network
connections are set to disabled or something like that. However, I can
view an aspx page on the same Web server from the Vista Laptop. I just
don't seem to be able to connect to the FTP server part. Is this
something with my app (C# VS2008) or do I need to enable something in
Network Properties of the Vista Laptop?
If I need to enable something -- is there code to automate this
procedure?
Thanks,
Rich
on an FTP/web server. My app appears to install fine on XP and Vista
machines, and it can communicate (list/download) with the FTP/web server
no problem on the XP machines (Pro, HomeEdition). But on this Vista
laptop my app wont connect to the FTP server (note: I did not try
ftp.exe from the command line to rule out if it is the app - but I think
the app is OK). An I.T. guy said that by default Vista network
connections are set to disabled or something like that. However, I can
view an aspx page on the same Web server from the Vista Laptop. I just
don't seem to be able to connect to the FTP server part. Is this
something with my app (C# VS2008) or do I need to enable something in
Network Properties of the Vista Laptop?
If I need to enable something -- is there code to automate this
procedure?
Thanks,
Rich