Hi Joann?s,
Based on my understanding, you have created the Web Deployment project output. Now you want to know how to use script to upload the output to Server via FTP protocol. If I have misunderstood your concern, please let me know.
For this scenario, we can use the ftp command to upload the web site. For example:
1. First connect to the Remote Server. (ftp www.somename.com)
2. Then use ?mput? switch to upload multiple files. (ftp> mput *.aspx)
3. Repeat uploading other files.
For the detailed information, please refer to the following link:
Using command line FTP to upload to a web site
http://www.techscribe.co.uk/ta/using_ftp.htm
Sincerely,
Benson Yu
Microsoft Online Community Support
Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.