cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
398
Views
0
Helpful
1
Replies

save automatically switches configurations in ftp server

harold.morales
Level 1
Level 1

i have in my network a server ftp Properly configured.

I set The following commands in the switch:

archive

path ftp://userftp:password@10.213.31.14/

write-memory

kron occurrence daily-config-backup at 17:30 recurring

policy-list backup-config

!

kron policy-list backup-config

cli write memory

!

the startup-config must copy in the server 10.213.31.14 al 17:30 every day but not save in the folder C:/inetpub/ftproot.

i check the log file of ftp server y i see the follow:

20:20:20 10.213.123.67 [13]USER userftp 331

20:20:20 10.213.123.67 [13]PASS - 230

20:20:22 10.213.123.67 [13]created SW_MEPO_02--May-19-07:07:38.295-UTC-1 550

20:20:22 10.213.123.67 [13]QUIT - 550

20:21:01 10.213.123.67 [14]USER userftp 331

20:21:01 10.213.123.67 [14]PASS - 230

20:21:03 10.213.123.67 [14]created SW_MEPO_02--May-19-07:08:19.047-UTC-1 550

20:21:03 10.213.123.67 [14]QUIT - 550

however, the files dont are

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Harold,

this looks like a problem of administrative rights.

You use a user named userftp.

There can be an issue with the underlying o.s.

You may need to use an account that is also a s.o. account.

From the home directory you have provided it looks like you have some Windows flavor.

What worked in previous windows versions can be not allowed in a newer version.

Another note: I'm not sure that names that contains special characters like : is accepted by windows file systems.

The problem can also be this the name format.

Hope to help

Giuseppe