Folks, I'm having issues checking for and downloading updates from a new FTP server. This process worked with the old server (Windows) but not with the new one (Linux). Here are the particulars:
I can build and upload the updates just fine from a Windows build machine.The upload user is different from the download user, but they are both in the same group. That group has read permissions to the update files on the server.I am performing the update manually on my client machine (Windows) using wyUpdate.exe and client.wyc.When I run wyUpdate in the folder containing client.wyc, I get the update window telling me that wyUpdate is checking for updates.The update window then tells me it encountered an error (Unable to check for updates, the server file failed to load), and when I press the "Details" button, I get the following:Error trying to save file: Error downloading "ftp://user:password@myftp.myhost.com/MyUpdates/Client/wyserver.wys": The remote server returned an error: (550) File unavailable (e.g., file not found, no access).
It seems that my client.wyc file is OK, since wyUpdate knows where to go for the updates. I know that the wyserver.wys file is on the FTP site and can be downloaded to the client machine. I did so three different ways:1. FileZilla, using the host and credentials above2. Command-line ftp, using the host and credentials above3. Internet Explorer, using the URI above.
I'm having my site admin tweak the file permissions (currently 644) to see if that makes a difference, but beyond that, I'm stumped as to why wyUpdate has trouble with the download while the other applications don't.
Have you folks had any issues with non-Windows FTP sites? Also, is there some other possibility that I've overlooked?
Thanks...