Adding a new site in Upload the Updates

Hi,

I am running the trial version of wyBuild, Windows 7 prof - x64bit

I am using the IIS on my machine as the update server.I created a new project and went through the building process and everything is fine(Building the update succeeded).The last step is to upload the update.So I am uploading from/to the same machine (from d:\... to file://c:\inetpub\wwwroot\update\%file%). The port is 21, set the username, password and directory.When trying to connect I am getting the following error message:Couldn't connect to the remote server: The requested name is valid, but no data of the requested type was found.

One more thing, the next step is to upload to another machine, so please tell me how to upload to ftp://machinename/update/

Thanks

So I am uploading from/to the same machine (from d:\... to file://c:\inetpub\wwwroot\update\%file%). The port is 21, set the username, password and directory.

You can't upload to a "file://" path. You can only upload to ftp:// or sftp:// servers. If you want to "upload" to your local machine just copy the built update files to your "c:\inetpub\wwwroot\update\" folder on your machine.

One more thing, the next step is to upload to another machine, so please tell me how to upload to ftp://machinename/update/

You need to make sure the machine is running either an FTP or SFTP (aka SSH FTP) server on the machine. Then just add the site, click "Connect" to see if everything is setup correct, then click "Add site".