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