[nant-dev] FTP task

2011-02-16 Thread Vinod Soni Gmail
Dear Team, Thanks to upload the FTP task. Recently I downloaded the FTP task from http://www.spinthemoose.com/~ftptask/ . Today I written a small Nant script to upload the contents over FTP location using element as you suggested in given examples. It's almost working fine for me. But I am f

Re: [nant-dev] FTP task not working

2011-02-15 Thread Vinod Soni
8818 Mobile:+91-989969 Brass Tilde 02/15/2011 09:45 AM To Vinod Soni cc nant-developers@lists.sourceforge.net Subject Re: [nant-dev] FTP task not working Why aren't you asking the people from whom you downloaded the task? It seems to me that they would be more qualified to an

Re: [nant-dev] FTP task not working

2011-02-15 Thread Brass Tilde
Why aren't you asking the people from whom you downloaded the task? It seems to me that they would be more qualified to answer your question. On Tue, Feb 15, 2011 at 6:52 AM, Vinod Soni wrote: > > Dear Team, > > I downloaded a FTP task from www.liveingit.de site. Which is used to > transfer con

Re: [nant-dev] FTP task not working

2011-02-15 Thread Vinod Soni
Same result after done all the changes :( Thanks & Regards Vinod Soni Enterprise Architecture (Humana) Desk: +91-120-4398818 Mobile:+91-989969 "Kalantri, Jeebitesh" 02/15/2011 07:53 AM To Vinod Soni cc "nant-developers@lists.sourceforge.net" Subject RE:

Re: [nant-dev] FTP task not working

2011-02-15 Thread Kalantri, Jeebitesh
One more thing which you should try is to put put type="bin" rather than ascii From: Vinod Soni [mailto:vs...@humana.com] Sent: Tuesday, February 15, 2011 6:21 PM To: Kalantri, Jeebitesh Subject: RE: [nant-dev] FTP task not working No, still it's not working and the same error

Re: [nant-dev] FTP task not working

2011-02-15 Thread Kalantri, Jeebitesh
to:vs...@humana.com] Sent: Tuesday, February 15, 2011 5:54 PM To: Kalantri, Jeebitesh Cc: nant-developers@lists.sourceforge.net Subject: RE: [nant-dev] FTP task not working Dear Kalantri, Thanks for quick response. I know that the ftp task is not avilable in any release of NAnt and NAnt-Contrib. I don

Re: [nant-dev] FTP task not working

2011-02-15 Thread Vinod Soni
"Kalantri, Jeebitesh" 02/15/2011 07:17 AM To Vinod Soni cc "nant-developers@lists.sourceforge.net" Subject RE: [nant-dev] FTP task not working Hi Vinod, First of all this task is not core functionality of NANT Library . But as you can see below:-

Re: [nant-dev] FTP task not working

2011-02-15 Thread Kalantri, Jeebitesh
-developers@lists.sourceforge.net Subject: [nant-dev] FTP task not working Dear Team, I downloaded a FTP task from www.liveingit.de site. Which is used to transfer contents from local system directory to over ftp location. The written the following script to transfer content. but it's ge

[nant-dev] FTP task not working

2011-02-15 Thread Vinod Soni
Dear Team, I downloaded a FTP task from www.liveingit.de site. Which is used to transfer contents from local system directory to over ftp location. The written the following script to transfer content. but it's getting the error when i try to run this. Kindly help if anybody have idea about the

[nant-dev] FTP task

2005-01-04 Thread Sascha Andres
Hi, David Alpert has enhanced my ftp-tasks with many new features. You can have a look at his new page[1]. AFAIR all the changes proposed are included. Personally I think the task could be a candidate for 0.9 Release. I just list the changes as has sent them to me: --- quoting David Alpert a.

Re: [nant-dev] FTP task

2005-01-04 Thread Sascha Andres
Hi, * Sascha Andres wrote on 04.01.2005 (15:49): > I just list the changes as has sent them to me: ^^ Sorry, I wrote the text first, and forgot the name. I inserted placeholders,

Re: [nant-dev] FTP Task - new version

2004-06-20 Thread Sascha Andres
Hi, I did a first hack on the scripting support. The task now excutes in the following order: 1 upload binary 2 upload ascii 3 download binary 4 download ascii 5 script A short example:

[nant-dev] FTP Task - new version

2004-06-19 Thread Sascha Andres
Hi, I reworked my ftp-up and ftp-down task. The zip file containing the code for both tasks is offline. Instead there is a new file online at http://www.livingit.de/downloads/ftp-task.zip. It provides one task capable of up-/downloading ascii/binary files to an anonymous/authenticated ftp server

Re: [nant-dev] ftp task

2004-06-04 Thread Sascha Andres
Hi, * Sascha Andres wrote on 03.06.2004 (19:24): > I splitted the ftp into ftpdown and ftpup, that made the > start easier. And IMHO two tasks are easier than one task > with a switch. Now I make a proposal to enhance the tasks and to make them one. My proposal would be to use two filesets (one fo

[nant-dev] 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

Re: [nant-dev] FTP task

2003-08-30 Thread Ian MacLean
Erick, just send patches or complete code for the task to the list. Ian Hey, Is anyone working on the FTP task? If so, give me a shout. If not, I'm going to put together some code. I'm planning on something like the copy or delete task, where it copies a fileset to a remote server. Some sort of

[nant-dev] FTP task

2003-08-29 Thread Erick Thompson
Hey, Is anyone working on the FTP task? If so, give me a shout. If not, I'm going to put together some code. I'm planning on something like the copy or delete task, where it copies a fileset to a remote server. Some sort of sync might also be an option, I'll have to give it some thought. I don't

[nant-dev] FTP task

2002-08-25 Thread Julien Adam
Hi, What's the status of the ftp task ? Have you considered asking the author of this library : http://www.codeproject.com/csharp/FTP.asp ? Julien Adam --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a

RE: [nant-dev] FTP Task

2002-07-18 Thread Scott Hernandez
EMAIL PROTECTED] Subject: [nant-dev] FTP Task Has anyone started on the FTP task? If not I might be able to sling some code. Richard Caetano [EMAIL PROTECTED] http://www.stronglytyped.com --- This sf.net email is sponsored by:Thin

RE: [nant-dev] FTP Task

2002-07-18 Thread Kevin Miller
ECTED] Subject: [nant-dev] FTP Task Has anyone started on the FTP task? If not I might be able to sling some code. Richard Caetano [EMAIL PROTECTED] http://www.stronglytyped.com --- This sf.net email is sponsored by:ThinkGeek Welcome to geek h

[nant-dev] FTP Task

2002-07-18 Thread Richard
Has anyone started on the FTP task?  If not I might be able to sling some code.   Richard Caetano [EMAIL PROTECTED] http://www.stronglytyped.com