Wybuild in windows 10

Hello,

We got the wybuild license long time ago, the application was working fine in windows 7 but now that we just migrate to windows 10 the app process will not work, we are getting the following error message in the clients:

Error trying to save file: Error downloading "file///ftp://" could not find a part of the path 'f:\ftp.wyu'

There is no permission issues since this is working fine in windows 7.

Thank you.

Thats not a properly formatted URL. It looks like youre using file and ftp urls in one. Thats not correct. How you got that to work in Windows 7 is a mystery, because its an invalid URL.

Please, don't get confused by the name of the path. The URL is well configured according to the instruction we get from:

https://wyday.com/wybuild/help/mirrors.php#protocols

Although the path name contains FTP in its name it is not a FTP service, it is a share drive we have to distribute the files.

That's not a valid URL.

file:///x:/path/to/updates/ftp://username:password@example.com/

Those are valid URLs.

file:///ftp://....

Is not valid. The fact that it ever worked is a mystery. Fix the URL and you'll be in business.

Sorry about the confusion, the url is and was always like this:

file:///f:/ftp...

It is not working in windows 10

More information is needed:

1. Version of wyUpdate being used.2. The full exact URL being used (wyUpdate shows it in the error message).3. What happens when you copy & paste that exact URL into Internet Explorer -- not Chrome, Firefox, etc. -- on the same PC?

-Versio 2.6.18.4-Download siete: file:///F:/ftp/main/dev ops/Wyaim1v4/%file%-Error trying to save file: Error downloading "file:///F:/ftp/main/dev ops/Wyaim1v4/ops2017.all.to.23.wyu": Could not find a part of the path 'F:\ftp\main\dev ops\Wyaim1v4\ops2017.all.to.23.wyu'.

-It is not an URL, it's a file protocol then is not going to work in an explorer

I get that it's not a typical URL, however if it fails in Internet Explorer then it will fail in wyUpdate. Why? Either because the path doesn't exist as listed (like the error says) or IE / wyUpdate don't have access to the path.

It is not an url, is a FILE PROTOCOL, again, this was configured according with your instructions.

It is so typical FILE PROTOCOL that is working in W7.

It's an URL that happens to use the file protocol. If it doesn't work in IE it won't work in wyUpdate. Things to consider:

1. Have you configured the network share or local location to correct allow access from that username on that machine?

2. Have you considered better, more secure, protocols (HTTP / HTTPS)?