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.
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
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
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
Hey everybody, I've written a task to (hopefully) ease simple FTP
deployments from NAnt, check it out -
http://blog.aelogic.net/archive/2007/11/19/NAntbased-FTP-deployment-task.asp
x
Let me know what you all think!
-
Th
- 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 show
Hi,
I am using 'mget' to get the files from the ftp server as shown in the
below url
http://www.mail-archive.com/nant-users@lists.sourceforge.net/msg09503.html
I am doing an "mget" on the ftp but this requires a 'Y'( for yes) for all
the files it finds...
how do I get all the relevant files wit
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
Hello friends
I want to do FTP and Telnet task using
NAnt.but not getting sufficient resources on the net ...
Please help me to provide some information on the
FTP and Telnet taskfriends I am new in this field so please help
me.
Thanks &
Hello friends,
Do you have any idea of how to do FTP from NAnt
.please provide me the help...
Thanks
#
THIS EMAIL MESSAGE IS FOR THE SOLE USE OF THE INTENDED RECIPIENT(S) AND MAY
CONTAIN CONFIDENTIAL AND PRIVILEGED INFO
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
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.
Hi all,
Is FTP in anyway possible through Nant?
Thanks
Paul
_
VirusChecked for Huntsworth plc
_
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
Title: FTP Uploads - what are you people using as solution?
Hi.
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 alt
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
- 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
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
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?
-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.
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
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
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
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
24 matches
Mail list logo