Hi,
I'm having a strange problem using version 3.5.1.0. in a pre-production-test environment where there are firewall.
i make an exe application with satellite dll where is reference the network.dll.
this ex application move a file between ftp server.
in the pre-production-test environment the windows 2003 x64 virtual server has the build in firewall installed that accept as default ftp,mail,dns,http,https inbound connection only.
2 different scenario
first scenario:
one ftp seerver is on the same provider network
second ftp seerver is on the same provider network
and every thing is fine.
second scenario:
the second ftp server is on my home network.
in this case only with firewall is disabled i can upload the file to my home ftp in other case i get
error: Receive command failed.
then i make a sample test project where the aspose.network dll is referenced in the .exe file.
in this case if i try the second scenario the windows os ask me iuf i want the firewall do unblock the application. if I said yes the file is uploaded correctly.
in the original app the aspose.network is reference in a satellite dll, but it's not used from it. the application use a web service that is on the same machine. the web service use that satellite dll
mypoint:
then with firewall enabled i shouldent upload to the provider network either.
or there is one more port bloccked ?
any suggestion ?