Re: [NAnt-users] FTP Task

2009-01-28 Thread Karl Stubsjoen
Does anyone have any ideas on this?? On Tue, Jan 27, 2009 at 10:18 AM, Karl Stubsjoen kst...@gmail.com wrote: Hello, I need to make a tweak to the FTP task. When it compares dates from my local system to remote system, the date of the remote system is off by 1 hour, so code I've made changes

Re: [NAnt-users] FTP Task

2009-01-28 Thread Ron Grabowski
Stubsjoen kst...@gmail.com To: nant-users@lists.sourceforge.net Sent: Wednesday, January 28, 2009 3:03:34 PM Subject: Re: [NAnt-users] FTP Task Does anyone have any ideas on this?? On Tue, Jan 27, 2009 at 10:18 AM, Karl Stubsjoen kst...@gmail.com wrote: Hello, I need to make a tweak to the FTP

[NAnt-users] FTP Task

2009-01-27 Thread Karl Stubsjoen
Hello, I need to make a tweak to the FTP task. When it compares dates from my local system to remote system, the date of the remote system is off by 1 hour, so code I've made changes to inside this hour do not get ftp'd when overwrite is false. I'm hoping to: a) configure the FTP task somehow

[Nant-users] Ftp task?

2004-07-13 Thread Bonnett, Evan A
Title: Ftp task? Is there a need for an ftp task? I tar up all my files and ftp them to my servers. Now that I am getting close to putting Nant into production, I am thinking about an ftp and a tar task. Is this something anyone would be interested in? Just curious. Evan A. Bonnett

RE: [Nant-users] Ftp task?

2004-07-13 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
task could be a really cool addition to NantContrib. -- Edwin G. Castro [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan PupekSent: Tuesday, July 13, 2004 1:03 PMTo: NAnt Users List; Bonnett, Evan ASubject: RE: [Nant-users] Ftp task

Re: [Nant-users] Ftp task?

2004-07-13 Thread Scott Hernandez
Systems Engr.) To: NAnt Users List Sent: Tuesday, July 13, 2004 1:04 PM Subject: RE: [Nant-users] Ftp task? At one point I had thought of using webdav to upload files to our site. It's not any more secure than FTP but the functionality would have allowed our team to "auto

Re: [Nant-users] Ftp task?

2004-07-13 Thread Gert Driesen
- Original Message - From: Bonnett, Evan A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:37 PM Subject: [Nant-users] Ftp task? Is there a need for an ftp task? I tar up all my files and ftp them to my servers. Now that I am getting close to putting Nant

RE: [Nant-users] Ftp task?

2004-07-13 Thread Bonnett, Evan A
Title: RE: [Nant-users] Ftp task? Let me know when you look into this. I would be glad to contribute to the cause by spearheading the tar/ task. For now, I am going to use the exec / but would like it to be a little cleaner. As soon as I get my build running smooth, I will start to work