Hi All: I want to know about hows ftp works in web pages developed from PHP /Perl. I provided one link (ftp) to download a file from a web page like following .
You may download the file from: ftp://xxxx.xxxx.com/mainDir/YbSkinSelectRes.dll its working fine. The File is located, not in mainDir/ but its in mainDir/result/ This Dir is the server dir where all the files reside that server uses. So my question is how ftp searches the file & give option save file ? Is it depends on any settings from Server(IIS)? -- Sumit

