The blog is good up to the last step and then it is unclear
I am not sure which ip address to add there? "External IP address of Firewall?
This is a Windows 2012 R2 server running IIS do I use its IP address?
You are directly dumping the backup file to the FTP and not to any specific folder inside the ftp?
I created a folder like this
Mine is E:\FTPSVCSA
As noted above I have a Windows 2012 R2 which is using the built in Windows firewall no third party firewall here.
All my systems are on same subnet 10.2.8.0/22
I used the curl command here is what I got
~ ]# curl -u vcsauser -l 10.2.8.23
\Enter host password for user 'vcsauser':
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Main page to the Grassi Web site with a link to my favorite sites including Lukes Wrestling history">
<title>TGCS Home Page</title>
<script type="text/javascript" src="js/GA-TGCSNET.js"></script>
</head>
<div id="fb-root"></div>
<script type="text/javascript" src="js/Facebook.js"></script>
<body background="images/starry-night.gif">
<bgsound src="sound/PF_Welcome_Machine.mid" loop="-1">
<font color=#00FFFF>
<h1 style="text-align:center;">Welcome to The Grassi Network</h1>
<font color=#FF00FF>
<h1 style="text-align:center;">T.G.C.S.</h1>
<p>You are the <script src="http://www.tgcsnet.com/counter/counter.php?page=home"></script>th person to visit this site</p>
<p><font color="#FFFFFF"><marquee align="bottom" bgcolor="#FF0000" border="0">To See Additional Sites Just Select the Hot Sites Button</marquee></font></p>
<script type="text/javascript" src="js/Get-Date.js"></script>
<p>
<div align="left">
<form style="width: 110px">
<input type="button" value="My Hot Sites" onClick="window.location.href='TGCS_HotSites.html'">
</form>
</div>
<html>
<body>
<div align="center" id="bottomright">
<form style="width: 103px">
<input type="button" value="Contact US" onClick="window.location.href='mailto:webmaster@tgcsnet.com?subject=User requesting info'"></form>
<form style="width: 190px">
<input type="button" value="Sign Our Guest Book" onClick="window.location.href='GB/GuestBook.htm'">
</form>
<font color=#FF00FF>
<div align="center" class="fb-like" data-href="http://www.tgcsnet.com" data-layout="standard" data-action="like" data-show-faces="true" data-share="true" style="width: 613px"></div>
</font>
</div>
<br>
<div align="center">
<a href="https://twitter.com/trgrassijr" class="twitter-follow-button" data-show-count="false">Follow US</a>
<script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id))
{js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="trgrassijr">Tweet</a>
<script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id))
{js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
</body>
</html>
~ ]#
This looks lime my default web site on this server
Thoughts?