TFTP a folder from flash on ASA?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2013 03:07 AM - edited 03-07-2019 02:27 PM
Hello,
I have no problem copying files from my ASA to and from the flash, but how do you copy a folder?
I have tired to tftp this sdesktop folder so I can copy it to another ASS, but I gert an access denied error:
187 8192 Jul 15 2013 15:01:21 sdesktop
188 1621 Jul 16 2013 10:22:06 sdesktop/data.xml
copy flash:/sdesktop tft
ASA# copy flash:/sdesktop tftp://192.168.9.11
Source filename [sdesktop]?
Address or name of remote host [192.168.9.11]?
Destination filename [sdesktop]?
%Error reading disk0:/sdesktop (Permission denied)
ASA#
Thanks
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2013 03:16 AM
Hi,
the tftp protocol doesn't support transferring folders,only files.I think that ftp does though.
Regards
Alain
Don't forget to rate helpful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2013 03:35 AM
I think your correct about the folder issue cadet. I've never really had a need to tftp a folder to an ASA before, so I've never really tried it. I've only tftp'd configuration, and images for upgrades etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2013 03:44 AM
I can transfer the file within the folder, can I create a fodler called sdesktop and then tftp into it? If so what is the command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2013 06:16 AM
Hello
mdir flash:/sdesktop
res
Paul
Please don't forget to rate any posts that have been helpful.
Thanks.
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2013 06:26 AM
I would assume you could do
mdir disk0:/[Directory-Name] as well etc etc
