Homepage › Forums › RetroPie Project › New to RetroPie? Start Here! › I have given up with file transfering…
Tagged: bios, File tranfer, Firewalls, ftp, Shamba Files
- This topic has 12 replies, 8 voices, and was last updated 8 years, 7 months ago by meneerjansen.
-
AuthorPosts
-
03/20/2016 at 01:43 #120906orgemParticipant
I swear I really, REALLY tried abolutely everything about it before even asking for help. I don’t know what to do about FTP that I haven’t done before, Samba-Shares also fails and USB works (roms transfering is perfect) but for the things I want to do (inserting BIOS and art boxes) USB transfering is not an option.
-Im actually using Retropie 3.6 in Raspberry Pi 3.
-This was the result of trying Shamba:
-This was the result of trying FTP with WinSCP:
It looks like the Raspberry is not connected to Wifi but…
…it is. Because it clearly show it here. And the tutorial I was following said if both PC and Raspberry were connected to the same network would work (without the use of programs or installing anything on the Raspberry)I don’t know how to properly set Firewalls, making pings or things like that because im not into the computing thing, but ill try to make things step by step.
Please help.
03/20/2016 at 04:14 #120918darksaviorParticipantI transfer my files with an sftp program like flashfxp. winscp will work too i think.
I need full write support so i login with root using the pi’s IP address along with login/password.
If you want root, you’ll have to enable it and edit sshd_config to allow root.
https://github.com/retropie/RetroPie-Setup/wiki/FAQ#why-cant-i-ssh-as-root-anymoreI don’t use samba or network shares so I’m not sure about that.
03/20/2016 at 05:07 #120919InsecureSpikeParticipantFileZilla is probably the easiest to set up, it’s available for both PC & Mac. get that the find a YouTube video to show you how to set it up and how to start moving files
03/20/2016 at 15:40 #120957shoothereParticipantI would totally second using Filezilla (you can find the IP adress in your retropie menu in emulationstation and log in with user: pi and password: raspberry).
Much more reliable once the initial hurdle of finding out the IP is overcome.
03/20/2016 at 22:19 #120998orgemParticipantI don’t understand what Darksavior said because i don’t have any idea of using Raspberry commands to do things.
To all you guys who recommended me Filezilla:
This is the result using client and its the same with both protocols (FTP and SFTP). I even used Filezilla server in my desperation.I deleted everything and started from zero. I installed the retropie 3.6 img in my raspberry pi 3, connected to same Wi-Fi in raspberry and PC and installed diferent progams in the pc to transfer files, one by one. Filezilla dont connect, WinSCP dont connect.
The same results happen if my Raspberry is off, so it looks its not connected to Wi-Fi, weird thing because I was able of downloading themes and look at the 3rd image, it’s already set. What im doing wrong?
03/21/2016 at 00:53 #121007gamesfanParticipantUse a cat5 cable, connect the RP3 right to your firewall.
03/21/2016 at 03:13 #121016rdhanded2Participantdid you try adding port 22?
03/21/2016 at 03:17 #121017rdhanded2ParticipantCan you log in with putty? If so go to
/etc/ssh/sshd_config
sudo nano
change the bottom to the following to allow access if you are blocked.
# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password
PermitRootLogin yes
StrictModes yesAlso, I always add a root password by entering the following and typing a password
sudo passwd root
then when I use Filezilla I use root for username and the password I entered for full access.
03/21/2016 at 04:40 #121019InsecureSpikeParticipantand, 192.168.1.129 is definitely the right IP address for your Pi?
03/21/2016 at 12:29 #121052meneerjansenParticipantI never transfer files to my Pi via WiFi. Its so slow and buggy that it’s practically unworkable. Take out the SD card and transfer files to it directly or connect your Pi to your network with an UTP cable.
Succes! :)
03/21/2016 at 13:03 #121053InsecureSpikeParticipanti use wifi and never had an issue
03/21/2016 at 14:36 #121060senkunParticipant[quote=120906]I swear I really, REALLY tried abolutely everything about it before even asking for help.
…
-Im actually using Retropie 3.6 in Raspberry Pi 3.
…
It looks like the Raspberry is not connected to Wifi but…
…
…it is. Because it clearly show it here.
[/quote]New install? Did you update Jessie after install? If not then your wifi connects but there’s a bug with power management that drops wifi after a couple of seconds. It will still show that you’re connected.
More here:
Before updating, try this quick fix and see if it works to get you connected. Open up terminal and type:
sudo iwconfig wlan0 power off
03/21/2016 at 16:44 #121065meneerjansenParticipantOoops. Just read that the topic starter has a Pi 3. That one has WiFi on chip. That should be a LOT better than the USB dongle I have in my Pi 1 and wrote about.
Anyway after reading the first post there might be some other thing that you might try. I see that you are trying to connect to your Pi using the Pi’s “host name” which should be “retropie” according to you.
- I dunno how it’s on your Pi and your RetroPie version, but my Retropie hostname is ‘raspberrypi‘. You can see what the host name of a Linux machine is on the command line interface (CLI). Go to the CLI by pressing F4 in Emulation Station (that is, RetropPie). Then type the word “hostname” on the CLI and press Enter. It will echo the hostname of your machine. Or have a look at hte prompt of the CLI. You might notice that the prompt is of the format ‘user@hostname‘.
- You might want to connect to a Linux machine (RetroPie is Linux) using it’s IP address instead of its host name. In your case the IP address of your Pi is: 192.168.1.129
- Bear in mind that Linux (i.e. RetroPie) is very picky on which user can acces (that is, read or write to-) which folder. As far as I know you (that is: the user named “pi”) have only the rights to write files (that is, copy to) your home dir which is /home/pi.
If your Pi has an IP address, in the WIFi dialog screen that you posted, then it is connected to your network. No need to reinstall RetroPi I think.
Another tip: a console application for Windows with which you can connect to Linux machines via ssh is Putty I think (I haven’t used Windows for 10 years). Try to download and install that. Why? Because you can log into the CLI of your Pi from Putty. That way you do not have to walk to your Pi to “do things” on the CLI. You can remotely operate your Pi (if you speak a little Linux that is).
In Putty try:
ssh pi@192.168.1.129
It will probably ask for user “pi” his password which is “raspberry”.Good luck! :)
-
AuthorPosts
- The forum ‘New to RetroPie? Start Here!’ is closed to new topics and replies.