Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
281 views

Why is CF FTP transfer speed multiple times slower than standard FTP?

I have a ColdFusion application that I use to transfer files between our development and production servers. The code that actually sends the files is as follows: ftp = new Ftp(); ...
1
vote
1answer
222 views

coldfusion cfftp timeout

I need to FTP a file to a server and the file is about 30 MB, in my code, I have defined the timeout: cfsetting requesttimeout="3000" and cfftp action="open" connection="objConnection" ...
0
votes
1answer
53 views

How to makeunique file name while uploading using cfftp in coldfusion?

can anyone please tell me that how can i make my filename unique in coldfusion while uploading using cfftp? is thare any way that i can upload in ftp using cfftp without replacing existing file with ...
0
votes
4answers
338 views

“Connection refused” error with CFFTP

I'm trying to setup a connection to FTP to transfer a file. Unfortunately, because of the environment the tools I have available to me are limited. I'm receiving the following error: An error ...