cyberMurph Posted February 23, 2019 Share Posted February 23, 2019 Alright, consider me the most inexperienced person on this forum - I'm admitting it now and could really use some help. I've been able to get both the tetra and nano set up correctly, sharing wifi, and working good so far. Now I'm attempting to set up my portals - which I eventually want to collect information from - but I cannot figure out how to get the .jpg image file I want to use on the portal into my directory to reference. If it matters, my html code is stored in /root/portals/portal1/index.php. I will have 5 slightly different portals all referencing the same image in the end. How do I upload my image into the pineapple to reference? TIA! Quote Link to comment Share on other sites More sharing options...
Hexecutor Posted March 1, 2019 Share Posted March 1, 2019 From linux supposing your image is called image.jpg and you keep it in Your home directory: open terminal (usually ctrl+alt+t) type scp /home/image.jpg root@172.16.42.1:/root/portals/portal1 it will ask the pineapple root pass and it’s done. if tou need to copy a whole directory same command just add -r flag after scp Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.