kiran
Answered On : Feb 24th, 2007
To use FTP, you need an "FTP client". This is a piece of software that enables you to initiate a transfer. Also, the destination computer needs to have an FTP server. This is a server that has been installed on the computer which allows FTP sites to be configured. IIS includes an FTP server. Once an FTP site has been configured, users with FTP clients can connect and transfer files to and from the server.
Login to rate this answer.
shipra
Answered On : Oct 18th, 2007
option will be used to ftp files to or from Coldfusion server
Login to rate this answer.
You need a FTP server installed on the server. After that you can interact with it by using the CFFTP tag.
Login to rate this answer.
If you already have an FTP account with a remote host, you can use the CFFTP tag to transfer files between your computer and your host right in your ColdFusion application.
D:
Login to rate this answer.
You may use cfftp tag to access, upload and list files inside a secure ftp server.
Login to rate this answer.