WyUpdate err 550

Hi Wyatt....I'm still having a problem with err 550. If I copy the ftp link to explorer I am able toconnect to the ftp site and download the file.

I am doing this with the very basic example in the video...before adding files.The files .wyu and .wys files are uploading ok.

When I run wyUpdate.exe I get the following error.Error trying to save file: Error downloading "ftp://user:pswd@myftp.com/Updates/wyserver.wys": The remote server returned an error: (550) File unavailable (e.g., file not found, no access).

Thanks.Marci

Copy the URL you get in the error and paste it into your browser. Do you can an error? If so, you're not specifying the correct download site.

If your server is Linux then you need to make sure the folder names your storing your updates in are the correct case ("Update" is different than "update" on linux).

Hi Wyatt,I did copy the url in the error message into the browser and I was able to download the file from the ftp site.I'm in Win 7 not Linux.

I received the following error during build wyupdate:

client.wyc. Could not find a part of the path 'C:\MyApp\wyUpdate\DotNetZip-xsic4vls.tmp'.

I think I might have rerun and gotten around it before but maybe this is part of the problem.

Does it matter what directory the project is saved in? If blank project can it be in any new directory?Thanks.

I received the following error during build wyupdate:

client.wyc. Could not find a part of the path 'C:\MyApp\wyUpdate\DotNetZip-xsic4vls.tmp'.

This error happens when you build wyUpdate without first saving your project. We've fixed this for wyBuild 2.6.15 out soon. But this isn't the problem you're getting.

The problem you're getting is due to insufficient permissions. Check your FTP permissions to see if you have access to download the file.

Or abandon FTP altogether and use HTTP (which is faster and better).

Thank you.....I will look into that further.