ASP.Net Project FTP Upload Utility
ASP.Net Project FTP is a utility that allows you to easily upload an ASP.Net 1.x or 2.0 project to any arbitrary FTP site. It works similar to the "Project/Copy project..." command in Visual Studio, but does not require FrontPage extensions and it allows you to upload only the selected files you want. ASP.Net Project FTP also remembers all projects, FTP sites, user names, passwords and which files have been updated since the last deploy. Note that it saves this information in an XML resource file in the same directory as your executable and it saves the passwords in clear text.
Visit publisher site: ASP.Net Project FTP Upload UtilityListing Details
- Version:
- 2.02
- Filed in:
-
Scripts / ASP.NET / Software
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Jeremy Schneider via RentLinx, LLC Other listings by this publisher
License & Pricing Information
- License Type:
- Freeware
- Price:
- 0.00
- Additional Info:
- Free to use, source code available for a nominal fee
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
- Free download, open source
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
I saw this application just after it came out and jumped all over it. Too often developers take the time to move files one at a time or in large groups only to have to sift through files that are not required on the server. With this product I was able to quickly deploy an entire project with only the files REQUIRED saving time and headaches. Recently another great benefit showed. I was working with ONE file that had some pretty tough code, I kept testing it on a live server after developing locally. I kept this application open and had only the one file and the /bin directory selected, each time I did a build, I'd hit the UPLOAD button and it would quickly (few seconds) push just that one .aspx and then the project .dll saved me a lot of manual labor... THIS is the way that MS should have built the deployment part of VS.NET!