Have you tried seeing if it's possible to upload some of these big files
manually? It's not uncommon for FTP servers to have a max files size
restriction.

What's the error that your receiving?

Paul Alkema
http://paulalkema.com/


-----Original Message-----
From: Greg Luce [mailto:[email protected]] 
Sent: Friday, May 14, 2010 4:58 PM
To: cf-talk
Subject: Automate FTP


I have a remote server with some transaction logs I would like to automate
the ftp retrieval of. I have a scheduled task that uses cfftp to do so, but
it seems no matter how long I set the timeouts in the CF Admin for the task,
or in the cfftp tag, it fails for files larger than ~ 30-40M.

I can get 100M files via cmd like this either one step at a time in the cmd
window or with this in a batch script:
open 10.10.1.49
DBUser
DBPW
get Eligibility_tlog_201005141200.TRN
quit

I have tried all afternoon to use cfexecute to do this such that I can let
CF provide the filename programmatically with no luck.

So basically I would like to use some FTP inside my cf scheduled task rather
than using cfftp. Or any other ideas would be greatly appreciated. My
scheduled task has worked until the transaction logs started getting too
big.

-- 
Greg




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333709
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to