[07:33] morning bassem nlsthzn Miriup [07:34] xnixan, at time! [07:34] morning xnixan, bassem... [07:35] nlsthzn, xnixan, morning [07:35] so whats news? [07:39] bassem, nlsthzn :) [07:40] nlsthzn, I'm working on arm linux! [07:40] bassem, cool [07:40] I'm facing many problem!!! [07:41] sounds fun [07:41] I have ssh but I don't have scp!!! [07:41] bassem, how? [07:41] bassem, what???? [07:41] nlsthzn, yeah more fun than desktops [07:41] bassem, did not get it! [07:42] ssh without scp???? [07:42] xnixan, I can ssh to the machine, but I can't remote copy files via ssh! [07:43] bassem, how come, it is the same package! [07:43] xnixan, nope! when you work on very small linux distros, it's not the same [07:43] xnixan, I use dropbear for ssh [07:44] bassem, do you have an error message? [07:44] xnixan, yes! scp not found :-) [07:44] bassem, lol [07:45] bassem, why do not you download the source and compile it? [07:45] xnixan, I'm preparing the cross enviroument now [07:46] bassem, sounds so much funny dealing with small things :) [07:47] xnixan, yeah [07:47] bassem, kindly update me with what will happen :) [07:48] xnixan, I want to play with it more, but my boss urge me to finish it today [07:48] bassem, you are the man :) [07:48] xnixan, you didn't ask me how I transfer files to it! [07:49] bassem, telnet ? [07:49] no [07:49] wget [07:49] he he he [07:49] and file server on my desk [07:49] bassem, you are tricky :) [07:50] thanks god it has network interface [07:50] the manual said that I can transfer files using minisom! but no luck! [07:51] bassem, go for it, i will stop disturbing you, finish your work and make it a live, good luck :) [07:51] xnixan, thanks [07:51] bassem, you are most welcome! [10:51] Morning bassem. Just reading through your conversation. [10:51] Why not do: [10:52] ssh box "cat - > file" < file [10:52] That's essentially SCP. [10:53] If it doesn't work you must be missing some of the commands it is using on your phone. [11:42] hi Miriup [11:42] Miriup, it's a good idea, but I want to prepare a good enviroument for the developers! [11:42] Miriup, so mainly they will use WinSCP!!! [11:43] What I meant is that SCP essentially sends commands to the other host. [11:43] So if it doesn't work, some of the commands are missing. [11:43] SCP is not a protocol like SFTP. [11:47] Miriup, your command will read from standard input!!! [11:47] which is? [11:54] Which command? [11:55] You have to replace "box" with your host name, the "file" after the > with the filename on your ARM device and the "file" after < with the filename on the device from which you want to copy. [11:56] The standard input connected to "cat" is the one from sshd, which will be connected to the standard input of the ssh client. [12:02] Will be right back. I need to test a few things on my X server. [22:00] night all