Access denied

Create files (txt or something else) on others pc inside/outside lan

Dave97
9 years ago

0

Hi, I’ve heard that is possible to create a txt file for example, on desktop or any other folder on another pc connected in the same lan.
How it’s possible and how I can do it? ..is it possible to do also with a pc outside my lan? if yes.. how? Thanks

5replies
4voices
210views
cn9 [1337boy]
9 years ago

0

do you have access to ssh on these devices?

Dave97
9 years ago

0

In my private lan yes… (but.. if it isn’t ?)

? [bolofecal]
9 years ago

0

In linux

touch <filename> # to create file

in windows

echo. 2> <filename> # to create file

in both:

echo <text> > <filename> # write in file echo <text> >> <filename> # append to file

dloser
9 years ago

0

In all cases you’ll need write access to folder on the system to do this. If not, everyone’s directories would be full of crap all the time.

Dave97
9 years ago

0

Clear, thank you very much

Discussion thread has been locked. You can no longer add new posts.
1 of 6

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss