cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
563
Views
0
Helpful
3
Replies

how to transfer log files CE 512

pbogaerts
Level 1
Level 1

I'm a newbie concerning CE's and i want to transfer logfiles of a CE512 proxy from the cmdline to an ftp-server, which cmd should i use ?

Thanks,

Peter

1 Accepted Solution

Accepted Solutions

joquesada
Level 1
Level 1

Hi Peter,

Make sure you are in the right directory before copying the files off the CE, to do so, follow these steps:

- go the exec mode

- type '#cd logs' --> this will place you in the logs directory.

- use the command: 'copy disk ftp...'

Here is the reference: http://www.cisco.com/univercd/cc/td/doc/product/webscale/uce/acns54/54cref/8158ref.htm#wp1040872

If you want to know the files available on an specific directory, use this command: '#dir'

I hope this helps.

Thanks!

Jose.

View solution in original post

3 Replies 3

joquesada
Level 1
Level 1

Hi Peter,

Make sure you are in the right directory before copying the files off the CE, to do so, follow these steps:

- go the exec mode

- type '#cd logs' --> this will place you in the logs directory.

- use the command: 'copy disk ftp...'

Here is the reference: http://www.cisco.com/univercd/cc/td/doc/product/webscale/uce/acns54/54cref/8158ref.htm#wp1040872

If you want to know the files available on an specific directory, use this command: '#dir'

I hope this helps.

Thanks!

Jose.

Thanks.

Peter