Re: [beagleboard] Shouldn't be this difficult. upload file

2019-07-08 Thread Mike
Putty connected via a serial connection (aka a tty) doesn't copy files 
from one machine to another.  Look into something like scp, sftp, 
winscp, etc. etc. etc.  Those all connect via IP though not serial.


Mike
On 7/8/19 11:23 AM, jerrywic...@gmail.com wrote:


Connected to BBB using tty  specifically putty

logged and ls -a give me directory infor.

Trying to upload a file "test.txt" to the BBB from my local computer

Tried all these. nothing works.  What stupid mistake am I making?

Putty is running in the directory that "test.txt" resides.
the directory testing exists in the root on the BBB.  I see it with ls -a
I can cd to it and find no files in it. As it should be.

I try unsuccessfully to upload a file to it.  What am I doing wrong?

root@beaglebone:~/testing# cp test.txt test.txt

cp: cannot stat 'test.txt': No such file or directory


root@beaglebone:~/testing# cp C:\Users\Administrator\Desktop\test.txt 
/root/testing/test.txt


-bash: AdministratorDesktoptest.txt: command not found
cp: missing destination file operand after 'C:Users'
Try 'cp --help' for more information.


root@beaglebone:~/testing# cp 
192.168.13.104:\Users\Administrator\Desktop\test.txt 
/root/testing/test.txt


cp: cannot stat '192.168.13.104:UsersAdministratorDesktoptest.txt': No 
such file or directory


--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google 
Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to beagleboard+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/cbb636e5-22e5-47b5-bb9d-bb126a2da0d3%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.



--
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e4849a98-c4fe-4e7d-5884-6ed4bee92e61%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Shouldn't be this difficult. upload file

2019-07-08 Thread jerrywickey

Connected to BBB using tty  specifically putty

logged and ls -a give me directory infor.

Trying to upload a file "test.txt" to the BBB from my local computer

Tried all these. nothing works.  What stupid mistake am I making?

Putty is running in the directory that "test.txt" resides.
the directory testing exists in the root on the BBB.  I see it with ls -a
I can cd to it and find no files in it. As it should be.

I try unsuccessfully to upload a file to it.  What am I doing wrong?

root@beaglebone:~/testing# cp test.txt test.txt

cp: cannot stat 'test.txt': No such file or directory


root@beaglebone:~/testing# cp C:\Users\Administrator\Desktop\test.txt 
/root/testing/test.txt

-bash: AdministratorDesktoptest.txt: command not found
cp: missing destination file operand after 'C:Users'
Try 'cp --help' for more information.


root@beaglebone:~/testing# cp 
192.168.13.104:\Users\Administrator\Desktop\test.txt /root/testing/test.txt

cp: cannot stat '192.168.13.104:UsersAdministratorDesktoptest.txt': No such 
file or directory

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/cbb636e5-22e5-47b5-bb9d-bb126a2da0d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.