• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTP freeware

sorry to seem dumb but i just got 2 comps connected via router and don't know much about this stuff...

first what is FTP? and proxy? do you need that or something to share resources between the netowrked comps?

thanks in advance!
 
FTP is "file transfer protocol".

It's a old fasion way to transfer files between computers. It has security issues because it transmits plain-text passwords, so it's not that usefull for Internet stuff anymore, except for anonymous downloads. For LANS and such it's acceptable. It allows you to not only download files, but to upload and modify files and directories on a server.

A Proxy is a program (or computer) that acts like a "proxy" (or a go-between/middleman) between one network and another. Commonly used for HTTP (world wide web traffic) in businesses to filter out bad content such as porn and viruses. also used as a performance enhancer/bandwidth saver thru cache'ing webpages for local network copies. Also used online to try to preserve anonymous surfing and for connection sharing. (although most home routers and networks now use NAT or NAT-like technology to allow computers on private networks to access the internet.)


a example proxy program

To transfer files in between Windows computers you generally use "Windows File and Printer sharing" stuff based on a SMB protocol. This is fairly normal, look on the internet for "file and print sharing".

This is for LAN use only and needs to be protected from the internet by a firewall or a poses a significant security risk.

You can use other methods like installing a FTP server on one of the Windows machines, but it's easier to File and Print Sharing.

Webopedia is a good place to find definitions for technical terms and links to more information.

check out www.webopedia.com
 
Back
Top