When creating an SCP data source in CASB Audit the provided data path is to long to fit in the SWG/Secure Web Gateway/ProxySG field.
There is a limitation on some of the ProxySG versions where the UI text field of the "Upload Path" parameter has a 64 character limit. the Path has to be entered via the command line.
The Path has to be entered via the command line.
Here are the proxy commands to be used after connecting via SSH to the proxy:#(config)#(config)access-log#(config access-log)edit log <LogName>#(config log main)scp-client primary ? encrypted-password Encrypted password for SCP primary host host Primary SCP host name password Password for SCP primary host path Path for SCP primary host username Username for SCP primary host#(config log main)edit log <log name> host upload.elastica.net #(config log main)edit log <log name> username <username>#(config log main)edit log <log name> path <path>#(config log main)edit log <log name> password <password>