Question

I'm using Amazon EC2 services and would like to publish my WCF application to this server using the visual studio 2008. Instead of opening so many ports on the amazon firewall, I'll use the ftp ACTIVE mode which will need to open only two ports (20,21). Alas, visual studio 2008 is determine to use only PASSIVE ftp connection, why?!

Was it helpful?

Solution 2

It is not possible with VS 2008, I just did a workaround to use SMB to publish.

OTHER TIPS

FTP in active mode needs to open a connection back to you, and a lot of firewalls can't handle that. It certainly wouldn't fly in the corporate environment I work in. So passive mode tends to be easier to get working.

If VS has no option for changing this, I guess they went for the dumbed-down failsafe option. But I don't know VS, so I'm just guessing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top