From a69c71bd4038ef27fc7a4761c6582c004dd58856 Mon Sep 17 00:00:00 2001 From: Rostyslav Diachok Date: Sun, 10 Feb 2019 13:59:11 +0200 Subject: [PATCH] Created Transfer File through Wi-Fi with GUI client (markdown) --- ...sfer-File-through-Wi-Fi-with-GUI-client.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Transfer-File-through-Wi-Fi-with-GUI-client.md diff --git a/Transfer-File-through-Wi-Fi-with-GUI-client.md b/Transfer-File-through-Wi-Fi-with-GUI-client.md new file mode 100644 index 0000000..dc250cc --- /dev/null +++ b/Transfer-File-through-Wi-Fi-with-GUI-client.md @@ -0,0 +1,32 @@ +### Connect your GameShell to the same Wi-Fi network as your PC +GameShell -> Settings -> Wi-Fi + +### Open Tiny Cloud app on GameShell + + + +So in my case: +- local IP address is `192.168.0.107` +- username (ID): `cpi` +- password (Key): `cpi` + +### Now install and run FTP client with SFTP support. +I use https://cyberduck.io/ (for Mac and Windows) and all next screenshot are from there. For Linux you can use https://filezilla-project.org/ + +### Connect CyberDuck to your GameShell +1. Click `Open Connection` + + +2. Chose SFTP from dropdown + + +3. Type your IP address, Username and Password: + + +4. Your should see the list of directories in home folder: + + +5. To show all hidden files and folder: + + +Now you can drag'n'drop files from your PC and vice versa \ No newline at end of file