I want to copy a file from a WINDOWS machine to a MACINTOSH machine using JAVASCRIT.Is it possible? I installed Internet Information Server (IIS) on the WINDOWS machine and copied the file to be downloaded the FTP ROOT (C
\InetPut\\ftproot) of that machine. For downloading the file through JavaScript I used the following code
location.href = "ftp://IPAddress of the other machine/the requiredfile"
If the client machine is a WINDOWS machine the browser will prompt the user to give a location to store the file. Since there is no PATH Concept in MACINTOSH like in windows, I don't know whether it will prompt some other message. But I want to suppress the windoes that are poping up
and copy the file to the MAC machine. If the file already exists it should be overwritten by the new file. Is there any way to automate this process. Please give a solution :
\InetPut\\ftproot) of that machine. For downloading the file through JavaScript I used the following codelocation.href = "ftp://IPAddress of the other machine/the requiredfile"
If the client machine is a WINDOWS machine the browser will prompt the user to give a location to store the file. Since there is no PATH Concept in MACINTOSH like in windows, I don't know whether it will prompt some other message. But I want to suppress the windoes that are poping up
and copy the file to the MAC machine. If the file already exists it should be overwritten by the new file. Is there any way to automate this process. Please give a solution :
Sajeesh Bhaskar,
Software Engineer,
ILANTUS Technologies
Software Engineer,
ILANTUS Technologies
Sajeesh Bhaskar,
Software Engineer,
ILANTUS Technologies
Software Engineer,
ILANTUS Technologies





