Re: [NAnt-users] FTP Task

2009-01-28 Thread Ron Grabowski
Message From: Karl Stubsjoen 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 wrote: > Hello, > I need to make a tweak to the FTP task.

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 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 to inside th

[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 b

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 task.  For now, I am going to use the   but would like it to be a little cleaner.  As soon as I get my build running smooth, I will start to work on the task

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

Re: [Nant-users] Ftp task?

2004-07-13 Thread Scott Hernandez
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-post

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 Dan Pupek
-4038 -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Bonnett, Evan ASent: Tuesday, July 13, 2004 2:38 PMTo: [EMAIL PROTECTED]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.

[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 Reyno

[Nant-users] ftp task

2004-06-03 Thread Sascha Andres
Hi, I've done a small start for the ftp task. Well, it's a small start. Basicly I'm capable of downloading / uploading one file at a time. I used code from http://sourceforge.net/projects/dotnetftpclient/ to get this tasks running. My tests run smoothly, but there are some features that are miss