love
// Homepage : technical : how to copy file to iphone using terminal and scp

how to copy file to iphone using terminal and scp

scp is a nice and powerful file copier for osx and linux, the best command we need to copy files between our mac and our iphone

just go to the terminal

and

scp /source/* -F root@192.168.1.191:/var/root/destination

this copy is done via ssh to the ip of the phone, infact scp can copy between machine and securely via ssh

 

iphone has to be jailbreaked to activate ssh