Re: OT Automated FTP Account Creation

2004-01-12 Thread Thomas Chiverton
On Friday 09 Jan 2004 16:30 pm, Greg Luce wrote: Well, I'm not sure what version of Redhat exactly we're running. Perhaps we can just talk theoretically. Is it something CF can call with a COM object? Are there FTP servers that have this functionality built-in? Not for Linux, as COM is a

OT Automated FTP Account Creation

2004-01-09 Thread Greg Luce
I'm trying to find a way to programmatically create FTP accounts in apache. Anyone have any experience with this? Greg [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: OT Automated FTP Account Creation

2004-01-09 Thread Thomas Chiverton
On Friday 09 Jan 2004 13:49 pm, Greg Luce wrote: FTP accounts in apache. Anyone have any experience with this? Apache is a web server, it doesn't know anything about FTP services. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger

RE: OT Automated FTP Account Creation

2004-01-09 Thread Greg Luce
: Re: OT Automated FTP Account Creation On Friday 09 Jan 2004 13:49 pm, Greg Luce wrote: FTP accounts in apache. Anyone have any experience with this? Apache is a web server, it doesn't know anything about FTP services. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997

RE: OT Automated FTP Account Creation

2004-01-09 Thread Dave Watts
OK, thanks. I'm not a sys-admin. I do know that IIS is a webserver and it know's something about FTP Services. I guess by your reply Apache is different? IIS is quite a bit more than a web server. It consists of web, FTP and mail servers, depending on what you choose to install. Apache, on

Re: OT Automated FTP Account Creation

2004-01-09 Thread Thomas Chiverton
On Friday 09 Jan 2004 15:49 pm, Greg Luce wrote: OK, thanks. I'm not a sys-admin. I do know that IIS is a webserver and it know's something about FTP Services. | don't think it does, though on Windows they may share a control panel or two. I guess by your reply Apache is different? It's a

RE: OT Automated FTP Account Creation

2004-01-09 Thread Greg Luce
servers that have this functionality built-in? -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 10:56 AM To: CF-Talk Subject: Re: OT Automated FTP Account Creation On Friday 09 Jan 2004 15:49 pm, Greg Luce wrote: OK, thanks. I'm not a sys

RE: OT Automated FTP Account Creation

2004-01-09 Thread Burns, John
on the documentation on that ftp server for that. There is no set way of adding users.Everything goes back to which ftp server you're running. John Burns -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 11:31 AM To: CF-Talk Subject: RE: OT Automated FTP

RE: OT Automated FTP Account Creation

2004-01-09 Thread Dave Watts
Well, I'm not sure what version of Redhat exactly we're running. I know it's different from our dev server and production servers. I'm not able to find out right now what FTP server we're using. Perhaps we can just talk theoretically. Is it something CF can call with a COM object? Are

RE: OT Automated FTP Account Creation

2004-01-09 Thread Greg Luce
Thanks John. Hopefully it's the case of the text file. Sounds painless. -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 11:36 AM To: CF-Talk Subject: RE: OT Automated FTP Account Creation It depends on the ftp server.Some FTP servers keep

RE: Automated FTP

2002-08-15 Thread Everett, Al
This will be running on a box that doesn't have codfusion on it. Sounds fishy to me. __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics.

OT: Automated FTP

2002-08-14 Thread Phillip B
I have to find a way to download a file from one ftp server and also upload a file to another ftp server. This will be done on my W2K box running only SQL server. Anyone have some good suggestions? Thanks Phillip Broussard Tracker Marine Group 417-873-5957 00111010001000101001

Re: OT: Automated FTP

2002-08-14 Thread Alex
The SQLServer is irrelevent. I am not sure what the problem is here. You write an ftp script and run it from a scheduler. On Wed, 14 Aug 2002, Phillip B wrote: I have to find a way to download a file from one ftp server and also upload a file to another ftp server. This will be done on my W2K

Re: OT: Automated FTP

2002-08-14 Thread Phillip B
-Talk [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 9:11 AM Subject: Re: OT: Automated FTP The SQLServer is irrelevent. I am not sure what the problem is here. You write an ftp script and run it from a scheduler. On Wed, 14 Aug 2002, Phillip B wrote: I have to find a way to download

Re: OT: Automated FTP

2002-08-14 Thread Paul Giesenhagen
Subject: Re: OT: Automated FTP I have no idea how try write an ftp script. Can you point me to a good resource for this? Phillip Broussard Tracker Marine Group 417-873-5957 00111010001000101001 Decoder Ring (http://nickciske.com/tools/binary.php) - Original Message

Re: Automated FTP

2002-08-14 Thread Dave Hannum
, August 14, 2002 10:05 AM Subject: OT: Automated FTP I have to find a way to download a file from one ftp server and also upload a file to another ftp server. This will be done on my W2K box running only SQL server. Anyone have some good suggestions? Thanks Phillip Broussard Tracker Marine Group 417

Re: OT: Automated FTP

2002-08-14 Thread Alex
: Wednesday, August 14, 2002 9:11 AM Subject: Re: OT: Automated FTP The SQLServer is irrelevent. I am not sure what the problem is here. You write an ftp script and run it from a scheduler. On Wed, 14 Aug 2002, Phillip B wrote: I have to find a way to download a file from one ftp server

Re: Automated FTP

2002-08-14 Thread Phillip B
Message - From: Dave Hannum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 9:19 AM Subject: Re: Automated FTP Not sure what SQL server has to do with your FTP issue, but you can use CFEXECUTE to do your ftp work. Not sure what all arguments you'd need

Re: OT: Automated FTP

2002-08-14 Thread stas
Except that you can use MS SQL DTS and its built-in FTP automation. - Original Message - From: Alex [EMAIL PROTECTED] The SQLServer is irrelevent. I am not sure what the problem is here. You write an ftp script and run it from a scheduler. On Wed, 14 Aug 2002, Phillip B wrote: I

Re: Automated FTP

2002-08-14 Thread Jon Hall
Maybe the ftp problems are firewall issues? I just looked at the DTS FTP task and I don't see any setting for passive. I've never used it though. I'd use the Execute Process task in DTS to run a batch file like Dave posted. Execute Process will let you read return codes from the batch file too,

Re: OT: Automated FTP

2002-08-14 Thread Zac Spitzer
Phillip B wrote: I have to find a way to download a file from one ftp server and also upload a file to another ftp server. This will be done on my W2K box running only SQL server. Anyone have some good suggestions? gnu wget is good for downloading automatically via http and ftp