07-13-2018 11:06 PM - edited 07-05-2021 08:51 AM
I got WLC when I try to upload the configs from it give this error ((
% Error: Config file transfer failed - Error from server: Access violation))
|
07-13-2018 11:11 PM
@saboodi wrote:
Error from server: Access violation
Check the read/write permissions on the server. This error message means the read permission is not allowed.
07-13-2018 11:14 PM
07-14-2018 12:01 AM
@saboodi wrote:
How I can check this permission??
Who manages the TFTP server where the config file is hosted?
07-16-2018 07:36 AM
Actually it could be read or write permissions as he's trying to write the file to the server right?
Permissions depend on the server but if it's a unix/Linux server then normally the file needs to exist and be world writable before a TFTP client can write to it.
So if the file does not exist: touch ciscowlc.cfg
And make sure the file is world writable: chmod 666 ciscowlc.cfg
If you're using some other TFTP server on Windows for example you'll need to check the server settings and folder permissions.
Hope that helps
Rich
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide