Problems in FTPing Windows Xp

J

Jay

Hi,

I have created FTP class file in c#.net.
When i try to access FTP server (on Windows XP) through command line or
browser, i am easily able to access it.
but when i try it through my code, i log in but am not able to make
connection sockets. it does not allow me to download files.
i try connecting other ftp servers and am easily able to connect and
download but problem is only with this one.

Please help me on this topic.
 
M

Mark Ingram

Jay said:
Hi,

I have created FTP class file in c#.net.
When i try to access FTP server (on Windows XP) through command line or
browser, i am easily able to access it.
but when i try it through my code, i log in but am not able to make
connection sockets. it does not allow me to download files.
i try connecting other ftp servers and am easily able to connect and
download but problem is only with this one.

Please help me on this topic.

is it your XP firewall?
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

It may be several things, like a firewall configuration. or maybe your code
does not handle either pasive/active ftp server and the the other clients
you used can use both methods.

remember that in the active mode the ftp server does open a connection
directly to your machine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top