@Wayne-Workman
Hello wayne,
I’ve been able to make a remote connection with ftp hereunder the extraction of the information
[root@pla pla]# ftp
ftp> open 10.10.0.15
Connected to 10.10.0.15 (10.10.0.15).
220 (vsFTPd 3.0.2)
Name (10.10.0.15:root): fog
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd /images
250 Directory successfully changed.
ftp> ls
227 Entering Passive Mode (10,10,0,15,119,3).
150 Here comes the directory listing.
drwxrwxrwx 3 1001 0 41 Mar 13 16:45 dev
-rw-r--r-- 1 1001 1001 2629 Mar 13 20:24 file.pcap
drwxrwxrwx 2 1001 0 29 Mar 13 12:59 postdownloadscripts
226 Directory send OK.
ftp> cd dev
250 Directory successfully changed.
ftp> ls
227 Entering Passive Mode (10,10,0,15,139,245).
150 Here comes the directory listing.
drwxrwxrwx 2 1001 0 87 Mar 13 17:06 288023fd45ae
226 Directory send OK.
ftp> cd 288023fd45ae
250 Directory successfully changed.
ftp> ls
227 Entering Passive Mode (10,10,0,15,207,231).
150 Here comes the directory listing.
-rwxrwxrwx 1 1001 0 0 Mar 13 18:42 d1.has_grub
-rwxrwxrwx 1 1001 0 1048576 Mar 13 18:42 d1.mbr
-rwxrwxrwx 1 1001 0 313 Mar 13 18:42 d1.partitions
-rwxrwxrwx 1 1001 0 2027153647 Mar 13 18:54 d1p1.img
-rwxrwxrwx 1 1001 0 136 Mar 13 18:54 d1p2.img
226 Directory send OK.
I can see that the image has been created ( at least I think so based on the code here above)
When try to download the stored images within dev/288023fd45ae the vm retrive the related error