I’ve read something that looks wired to me!
I was reading an article that said HTTP uses FTP to transfer files!
I want to know is it true? if yes, how it transfers?
I mean how it can distinguish if it’s a file and it’s transferable over FTP? for example I can read a file with PHP and send it to user or just create a link to file! in both, headers can be same but in first case, it’s impossible to transfer it over FTP!!!
Edit: I really appreciate if you provide me a good resource on this issue!
Yeah HTTP and FTP both run on the TCP protocol and do not piggy back on one another.