cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to transfer pcap file via SCP

Unable to transfer pcap file via SCP

Petar_Mustur
New Contributor II
Hey there,

I'm trying to transfer a pcap file from an X770 to my PC using SCP2 but I'm unable to do it.
TFTP is not an option since it's unreliable and has failed multiple times during transfer.
Tried also by connecting to the switch via SFTP but can't seem to access anything except the /config folder.

Please advise.

Thanks!

---

X770-02.29 # scp vr "VR-Default" "/usr/local/tmp/2016-03-03_09-49-39_rx_tx.pcap" admin@192.168.152.1:2016-03-03_09-49-39_rx_tx.pcap
Error: Local file name cannot contain '~' or '/' character.

X770-02.30 # scp vr "VR-Default" 2016-03-03_09-49-39_rx_tx.pcap admin@192.168.152.1:2016-03-03_09-49-39_rx_tx.pcap
Upload /config/2016-03-03_09-49-39_rx_tx.pcap to
admin@192.168.152.1's password:

Connected to 192.168.152.1.
stat /config/2016-03-03_09-49-39_rx_tx.pcap: No such file or directory

X770-02.31 # pwd
/usr/local/tmp

X770-02.32 # ls
-rwxr-xr-x 1 root root 11012687 Mar 3 10:33 2016-03-03_09-49-39_rx_tx.pcap

Image : ExtremeXOS version 16.1.2.14
6 REPLIES 6

Hi Jeremy,

Already did that and you can see the result in my OP.

Jeremy_Gibbs
Contributor
I believe you have to cd to the directory /usr/local/tmp/ then scp the file.
GTM-P2G8KFN