ClioSport.net

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • Due to ongoing maintenance work some features and functions (including Dark mode!) may be unavailable or visually appear differently.
  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Pc networking over the internet

Car  E39 530i
I have a large file which i need to send to someone. Want to send this file over the internet, but dont want to use remote desktop or any or sh!tty remote connection stuff. I was thinking, is it possible to connect straight to their router then a port number to get them the file?
 
Yes, if your using linux just SCP the file over.

send file.ext to /location on remote computer

Code:
scp file.ext username@computer:/location
 
Ah the beauties of linux. If your using windows don't think there is an easy option other than setting up an ftp or vpn.
 
You can use the windows built in FTP server, just make sure that ILS is installed, configure your router to allow access to it and away you go.
 
Back
Top