Re: Automate FTP
On Saturday 15 May 2010 03:20:56 you wrote: > I'm not really getting any errors when using cfexecute, just nothing is > happening or transferring. Assuming it's not a timeout or memory limit (both of which would give errors), have you tried running a packet sniffer like Wireshark to see what is really going on during the FTP session ? -- Tom Chiverton Helping to heterogeneously utilize m-commerce as part of the IT team of the year 2010, '09 and '08 This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the registered office together with a list of those non members who are referred to as partners. We use the word “partner” to refer to a member of the LLP, or an employee or consultant with equivalent standing and qualifications. Regulated by the Solicitors Regulation Authority. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500. For more information about Halliwells LLP visit www.halliwells.co ~| 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:333746 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Automate FTP
Yes, I am currently doing the large files manually. And like I said I have transferred 100M + files via the command line ftp syntax posted. I'm not really getting any errors when using cfexecute, just nothing is happening or transferring. Greg On Fri, May 14, 2010 at 5:00 PM, Paul Alkema wrote: > > 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:luce...@gmail.com] > 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:333719 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Automate FTP
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:luce...@gmail.com] 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