Issues Copying File from Computer to Disk0: using SMB on Cisco ASA

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 11:34 AM
We are trying to copy asdm-7121.bin to Disk0: using the command line with the following command, but we keep getting "no such file found" below is the command that I am using on a windows 7 machine using putty to get to the console.
Any help would be great
copy /noconfirm smb://it-admin:pepper@192.168.1.2/asdm-7121.bin disk0:/asdm-7121.bin
The file exists in the root of the "C" drive on the local machine.
- Labels:
-
Cisco Cafe

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2021 03:47 AM - edited 02-12-2021 03:48 AM
never used this before,
but you may need to add the sharename for the C-drive which is "C$"
NB! this share is only accessible for members of the administrators group
copy /noconfirm smb://it-admin:pepper@192.168.1.2/c$/asdm-7121.bin disk0:/asdm-7121.bin
