Re: copy a file from smartphone to pc

2009-05-07 Thread Joerg Reisenweber
Am Mi 6. Mai 2009 schrieb George Brooke: (particularly good if you have different installs with different ssh keys and you don't want to keep editing your known_hosts file. #!/bin/sh /sbin/ifconfig usb0 192.168.0.200 netmask 255.255.255.0 /sbin/route add -host 192.168.0.202/32 dev usb0 #ssh

Re: copy a file from smartphone to pc

2009-05-05 Thread Michael Zanetti
On Tuesday 05 May 2009 11:54:23 Anas Alzouhbi wrote: Hello! I want to transfer a file from my smartphone to the pc, for exemple the file name is toto4 and the username of my pc is elzouebi I runned this command scp toto4 elzou...@192.168.0.200 , it created a file called

Re: copy a file from smartphone to pc

2009-05-05 Thread Joseph Reeves
You don't say what OS you're running on your PC, but assuming it's something half-modern and Linux based, open a file browser (I use nautilus) and type in the address bar: sftp://r...@[ip address of phone] [ip address of phone] is usually 192.168.0.202 Cheers, Joseph 2009/5/5 Anas Alzouhbi

Re: copy a file from smartphone to pc

2009-05-05 Thread Andreas Fischer
Anas Alzouhbi wrote: Hello! I want to transfer a file from my smartphone to the pc, for exemple the file name is toto4 and the username of my pc is elzouebi I runned this command scp toto4 elzou...@192.168.0.200 , it created a file called elzou...@192.168.0.200 on the smartphone :( You

Re: copy a file from smartphone to pc

2009-05-05 Thread George Brooke
On Tuesday 05 May 2009 14:25:23 Andreas Fischer wrote: Anas Alzouhbi wrote: Hello! I want to transfer a file from my smartphone to the pc, for exemple the file name is toto4 and the username of my pc is elzouebi I runned this command scp toto4 elzou...@192.168.0.200 , it created a file