Cisco - Copy files via SCP
First enable SCP to be used:
config t
ssh scopy enable
exit
wr mem
Then use a SCP client to copy the image file to your device
pscp.exe image username@ip-of-ASA:Image-on-ASA-Name
pscp.exe asdm-751.bin admin@1.1.1.1:asdm-751.bin
If you recieve this error: Fatal: Received unexpected end-of-file from server then the flash is likely full
config t
ssh scopy enable
exit
wr mem
Then use a SCP client to copy the image file to your device
pscp.exe image username@ip-of-ASA:Image-on-ASA-Name
pscp.exe asdm-751.bin admin@1.1.1.1:asdm-751.bin
If you recieve this error: Fatal: Received unexpected end-of-file from server then the flash is likely full
you have to add -scp: pscp.exe -scp to download for example
ReplyDelete