| 1. |
Can You Explain Get File & Put File ? |
|
Answer» (COLDFUSION FTP <cfftp>) : By using coldfusion <cfftp> tag, we can SEND data from LOCAL computer to the SERVER and also retrieve the data from server to the local computer. By using Get file, we can retrieve data from server: <cfftp <cfftp action="putFile" (coldfusion FTP <cfftp>) : By using coldfusion <cfftp> tag, we can send data from local computer to the server and also retrieve the data from server to the local computer. By using Get file, we can retrieve data from server: <cfftp <cfftp action="putFile" |
|