Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect via FTP on tne Virtual Machine to transfert my data #28

Open
JBerthelier opened this issue Feb 21, 2020 · 1 comment
Open

Comments

@JBerthelier
Copy link
Owner

JBerthelier commented Feb 21, 2020

Several people ask for that:

Here is my tuto

1)Firsly check your Network Configuration in VirtualBox for the PiRATE-VM

Select Global Settings from the File menu --> Select the Network item in the list
-In "attached to" check that the "Bridged Network" is selected
-Go in "advanced" (blue arrow)
-Check that for the Promiscuous mode "Allow All"
-Cable connected: check

2) Start your PiRATE-VM

2.a-just in case restart the proftdp:

open a konsol and run:
sudo /etc/init.d/proftpd reload
sudo /etc/init.d/proftpd restart

( the admin pasword is jeremy07 )

2.b-Obtain your IP adress
open a konsol and run the ifconfig command (https://www.computerhope.com/unix/uifconfi.htm)

Example:

eth0 Link encap:Ethernet HWaddr 09:00:12:90:e3:e5
inet addr:192.168.1.29 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe70:e3f5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:54071 errors:1 dropped:0 overruns:0 frame:0
TX packets:48515 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22009423 (20.9 MiB) TX bytes:25690847 (24.5 MiB)

this will show you the "inet addr:" which is your ip adress

Then go back to your physical machine

3) Open Filezilla and connect you to the PiRATE-VM

Host: your IP adress login: jeremy password: jeremy07 Port: 21

I just re-checked this method and it works for me,

Best!

Jeremy

@pwkooij
Copy link

pwkooij commented Feb 21, 2020

Not sure why, but I am getting a connection time out warning in FileZilla

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants