Net::FTP question

2003-08-14 Thread Michael Adrian
I have a question re Net::FTP. I would like to change the record size when I 'put' the file I'm ftp'ing. What argument would I use, if any to do this? Michael J Adrian Systems Programming & Operations Supervisor Mt. Diablo Unified School District (925) 682-8000 x4102 --- Outgoing mail is certi

RE: Net::FTP question

2003-08-14 Thread wiggins
On Wed, 6 Aug 2003 12:38:04 -0700, "Michael Adrian" <[EMAIL PROTECTED]> wrote: > I have a question re Net::FTP. > I would like to change the record size when I 'put' the file I'm > ftp'ing. What argument would I use, if any to do this? > Though

RE: Net::FTP question

2003-08-07 Thread Dan Muey
> > On Wed, 6 Aug 2003 12:38:04 -0700, "Michael Adrian" > <[EMAIL PROTECTED]> wrote: > > > I have a question re Net::FTP. > > I would like to change the record size when I 'put' the file I'm > > ftp'ing. What argument would I use, if any to do thi

Re: Net::FTP question

2003-05-27 Thread Jenda Krynicky
From: Michael Muratet <[EMAIL PROTECTED]> > I have been having problems with Net::FTP timing out after a LIST > command. I've traced the problem to the bundled firewall running on > the machine (which is running RedHat 9.0). Disable the firewall, and > the script will run to completion. Oddly enoug

Re: Net::FTP question

2002-05-15 Thread Felix Geerinckx
on Wed, 15 May 2002 15:36:00 GMT, [EMAIL PROTECTED] (Jose Torres) wrote: > Can the get function in Net::FTP be used to get an entire > directory? I know the get function is used to retrieve a single > file, but I need to retrieve an entire directory. How can this be > done? Thanks. You can get

Net::FTP question

2002-05-15 Thread Torres, Jose
Can the get function in Net::FTP be used to get an entire directory? I know the get function is used to retrieve a single file, but I need to retrieve an entire directory. How can this be done? Thanks. -Jose -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Net::FTP question

2001-08-27 Thread Bob Showalter
> -Original Message- > From: Jeff A [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 27, 2001 11:47 AM > To: [EMAIL PROTECTED]; Bob Showalter > Cc: '[EMAIL PROTECTED]' > Subject: Re: Net::FTP question > > > I've actually tried that > but whe

Re: Net::FTP question

2001-08-27 Thread Jeff A
A [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, August 23, 2001 2:48 PM >> To: [EMAIL PROTECTED] >> Subject: Net::FTP question >> >> >> I need to pick up a file from an ftp server of the format >> MMDD.txt. >> How can I pick up the file if the file

RE: Net::FTP question

2001-08-24 Thread Bob Showalter
> -Original Message- > From: Jeff A [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 2:48 PM > To: [EMAIL PROTECTED] > Subject: Net::FTP question > > > I need to pick up a file from an ftp server of the format > MMDD.txt. > How can I pic

Net::FTP question

2001-08-24 Thread Jeff A
I need to pick up a file from an ftp server of the format MMDD.txt. How can I pick up the file if the file name is different each time the program would connect to the server? What type of expression could I use to get the file? Jeff -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit