Internal: error 78 when transferring the files

Discuss and get help to configure the URL filtering
Post Reply
miguelp
Posts: 46
Joined: 17 Aug 2015 13:06

Internal: error 78 when transferring the files

Post by miguelp »

Hi,

I'm using this command

Code: Select all

guard category load create WebMail ftp 192.168.110.4 WebMail domains urls
I've set also the password for my FTP user, and I've tested it with a ftp client.

Code: Select all

password ftp add 192.168.110.4 user@mydomain.com
In the root of the FTP server I can see two files:
WebMail.domains
WebMail.urls

I have also downloaded those with my FTP client with no issues. This probes that the server is serving the files correctly.

The message I receive from CG after the "guard load create..." command is:

Internal: error 78 - The resource referenced in the URL does not exist.

Any ideas?
Thanks,
Miguel
miguelp
Posts: 46
Joined: 17 Aug 2015 13:06

Re: Internal: error 78 when transferring the files

Post by miguelp »

Hi,
I recompressed the files, and after that is working.
The error is not showing anymore.
Thanks,
Miguel
User avatar
david
Posts: 163
Joined: 08 Aug 2015 20:38

Re: Internal: error 78 when transferring the files

Post by david »

Hi Miguel

I'm happy to hear that. Actually with the command "guard" when you specify a file name, the system adds some extensions to it as follows (extract of the documentation):
The <base-file-name> parameter is the base file name (without extensions .domains.gz , .urls.gz or .expressions.gz ) of a user defined category. File(s) must exist and be accessible on the file server. The optional last arguments specify which category types to load. Category types are : domains , urls and expressions If no category types are specified, domains and urls category types are loaded.
Best Regards,
David Janeway
CacheGuard Technical Team
https://www.cacheguard.com
Post Reply