How can one transfer large files directly across the internet without using any hosting services. I am looking for something similar to a FTP server i.e. I keep the file on my HDD and have the other person (having a pretty ordinary connection) transfer it directly in pieces i.e. resume service, from my PC
The idea is to avoid the upload time of that large file. I am on MTNL and the upload speed sucks.
I used a similar setup but on Windows, using WAMPserver 5. install, put it in apache http folder. send ur IP address to your friend, on clicking he can see Index of parent directory page with the file listing. click on link and download. easy peasy
Common you donāt need a whole LAMP/WAMP for just file sharing, the A part is more than enough . Some ftp server should also do the trick . Assuming you donāt have ports blocked .
HFS ~ HTTP File Server is this what you want ? cant be easier than this. Get your computer a global IP, do the port forwarding from your router. Get yourself a static domain over dynamic IP..and voila you can open that folder you shared anytime you want.
Why donāt you just use the file sharing available in Windows?
Forward port 445 to your system.
Tell the guy your (public) IP and the name of the share (suppose the share is named āuploadsā). You can create a user, and password protect that user (say you create a user called ādudeā, with password āpwordā). Add the user to the permissions of that share.
About a year or two ago, this suggestion would have been a real disaster when we had all types of malware happily exploiting lsass and other vulnerabilities mostly through 445 and netbios ports :ashamed: . Even though its safer now, I would still not use it .