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

Re: [NAnt-users] FTP & NAnt

2007-11-26 Thread Wayne Wong
Nice work. I have tested it on my server. It works well. But I think maybe two things could be improved. a. It will be more convenient if the ftp-deploy task have a 'localfile' attribute to allow single file uploading or use the element to control the files to upload. b. Since the task calls ftp

Re: [NAnt-users] FTP Get multiple files with a wild Character(*)

2007-10-28 Thread Gert Driesen
- Original Message - From: "MurphyRic" <[EMAIL PROTECTED]> To: Sent: Monday, October 29, 2007 5:07 AM Subject: [NAnt-users] FTP Get multiple files with a wild Character(*) > > Hi, > > I am using 'mget' to get the files from the ftp server as shown in the > below url > http://www.mail-ar

Re: [NAnt-users] FTP nant tasks

2007-07-01 Thread wangmeng
search ftp nant in google,somebody do it using enetftp,you can write one using wininet wrapper or netframework 2.0 ftp support   === 2007-6-28 11:31 09:07 Ashish Mittal 您在来信中写到: [NAnt-users] FTP nant tasks === Hello friends    I want to do FTP

Re: [Nant-users] FTP

2005-09-12 Thread Troy Laurin
On 9/13/05, Ashley Moran <[EMAIL PROTECTED]> wrote: > Paul Cowan wrote: > > Is FTP in anyway possible through Nant? > > You have to use an external program. There is also an FTP task available for NAnt, unfortunately it is not distributed as part of NAnt or NAnt-Contrib. You can get it from here

Re: [Nant-users] FTP

2005-09-12 Thread Ashley Moran
Paul Cowan wrote: Is FTP in anyway possible through Nant? You have to use an external program. I do a lot of SFTP with NAnt using the PuTTY tools as psftp can run commands from a script. You can use the standard ftp tool- the Windows version takes a -s argument to specify a script.

RE: [Nant-users] FTP Uploads - what are you people using as solution?

2005-06-26 Thread Bevan Arps
Hi Thomas. > What are you people using as solution for automating FTP uploads? > I have the situation that in a publishing step I need to automatically > upload stuff to an FTP location. The Nant ftp task is still coming. So, > what are the alternatives that are popular? I make extensive us

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 am getting close to putting Na

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
Title: Ftp task? FTP is very unsecure (most of the time) and I believe this is the reason no real effort has been made in this regard.   I, personally, wouldn't use it for production code.   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038 -

RE: [Nant-users] ftp mirror (was: Nant taskdefs)

2003-01-07 Thread JohnA
I am currently using ant. I have a Java FtpMirror taskdef that keeps a remote dirtree in sync with a dirtree on my harddrive. Also I'm using a Concatenate taskdef that takes a fileset and creates 1 file from it.    Are there equivalent Nant taskdefs out there? If not equivalent, I'll take an

RE: [Nant-users] ftp mirror (was: Nant taskdefs)

2003-01-07 Thread mlist
I am currently using ant. I have a Java FtpMirror taskdef that keeps a remote dirtree in sync with a dirtree on my harddrive. Also I'm using a Concatenate taskdef that takes a fileset and creates 1 file from it.    Are there equivalent Nant taskdefs out there? If not equivalent, I'll take an