Computing.Net > Forums > Disk Operating System > copy file to an IP

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

copy file to an IP

Reply to Message Icon

Name: syskplim
Date: November 14, 2003 at 14:27:29 Pacific
OS: ME
CPU/Ram: P3_800/256
Comment:

how to directly copy a file to a destination IP without communication program like Laplink? (i've Laplink, but friend doesn't ve.)

my IP:192.168.1.1 ;his IP:202.188.1.2

is it possible for me to transfer the file for him?



Sponsored Link
Ads by Google

Response Number 1
Name: buck1
Date: November 14, 2003 at 14:46:49 Pacific
Reply:

@echo off
echo this will send a file
net send 202.188.1.2 file.exe
echo file sent
pause
exit

the above will work
copy & paste it into notepad save as send.bat
click it and it should go
if not you will have to send it by telnet if this dont work
danny buck


0

Response Number 2
Name: buck1
Date: November 14, 2003 at 14:52:04 Pacific
Reply:

did you get message?


0

Response Number 3
Name: R. Varadarajan
Date: November 14, 2003 at 21:36:35 Pacific
Reply:

Dear Mr. Danny Buck,

I just tried ur syntax of copying files directly to ip...the command i gave is:

c:\windows> net send 192.9.30.200 tel.ini

it says error " command send is unkonwn"

any idea...

bye

R. Varadarajan
Chennai - India


0

Response Number 4
Name: buck1
Date: November 15, 2003 at 01:48:24 Pacific
Reply:

it seems like that your os doesnt have net send enabled. can you tell me what your operating system is please?
try going into dos and typing:
net start messenger
that will start it if you have it on your sysytem
tell me if it works
hope it helps
danny buck


0

Response Number 5
Name: syskplim
Date: November 15, 2003 at 08:00:28 Pacific
Reply:

danny buck:

i got 'The message was successfully sent to 202.188.1.2'. and a message was appeared on destination computer like this 'Message from SYSTEM1 to 202.188.1.2 on 11-16-2003 12:03am A.TXT'

but i can't found any A.TXT in that destination computer. anything wrong or mistake that i had done?


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

+/- 1 line from a text fi... USB 2.0 in DOS using USBA...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: copy file to an IP

copying files to one directory www.computing.net/answers/dos/copying-files-to-one-directory/12450.html

copy files to disk until disk full www.computing.net/answers/dos/copy-files-to-disk-until-disk-full/16151.html

COPY file to multiple directories www.computing.net/answers/dos/copy-file-to-multiple-directories/14518.html