Copying files through internet

A

Alberto Brivio

Dear ALL,

just a question about simple file copy.

In a LAN environment I can execute a file copy in this way

copy file \\node-name\folder

but I can specify IP address and I can get the same result

copy file \\node-IPAddress\folder


Problem is, I'm trying to execute the same command not in a LAN environment
but in internet so machines will be in two different locations:

I specify this command

copy file \\node-IPAddress\folder but it returns an error code like no file
has been copied to the specified location

Anyone of you could give me an help ?



Regards

Alberto
Brivio
 
P

Pegasus \(MVP\)

Alberto Brivio said:
Dear ALL,

just a question about simple file copy.

In a LAN environment I can execute a file copy in this way

copy file \\node-name\folder

but I can specify IP address and I can get the same result

copy file \\node-IPAddress\folder


Problem is, I'm trying to execute the same command not in a LAN environment
but in internet so machines will be in two different locations:

I specify this command

copy file \\node-IPAddress\folder but it returns an error code like no file
has been copied to the specified location

Anyone of you could give me an help ?



Regards
Alberto
Brivio

You need to set up a VPN (Virtual Private Network).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top