Hi All, I have successfully used cfftp to upload files to a remote server from my local machine, but receive the following error when I uploaded my CF templates to the server and tried it there: An error occurred while processing CFFTP tag (Cold Fusion error code 1, FTP error code 3): Cannot put local file C:\javascripts\ScrollingMessageBoardGovLink.htm to remote file ScrollingMessageLink.htm: The system cannot find the path specified. The problem appears to be the retrieval of the local file. I am trying to browse to a file on my pc, but as the error indicates, the system cannot find the path (I'm assuming to the local drive) specified. Does this mean you can only ftp to a remote server if the "local" file is located on the pc where the web application is? Is there a way to ftp a file from my pc if the host application is also remote? Do I have to first CFFile the file in question to the "host" server, and then ftp it to the "remote" server? My "action" page looks like this: <cfftp action="putfile" username="#getFTP.userName#" password="#getFTP.Password#" server="#getFTP.Server#" localfile="#form.filename#" remotefile="#getFTP.Folder##remoteFileName#" stoponerror="yes"> I hope I am making sense. Any help is greatly appreciated. Thanks in advance! Andy __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ ------------------------------------------------------------------------------ Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

