Seehyung Lee
Seehyung Lee

Reputation: 610

Clickonce - Publishing Application via FTP but not using default port 21

Our web server uses port 3434 for FTP. It doesn't seem to change the default FTP port number in ClickOnce Deployment in Visual Studio. Has anyone encountered this problem?

Upvotes: 0

Views: 673

Answers (1)

Seehyung Lee
Seehyung Lee

Reputation: 610

It turns out that I just needed to add port number after the IP address like ftp://1.123.123.123:3434

Upvotes: 2

Related Questions