RE: FTP Issue

2006-08-01 Thread Wiles, Cory
-3103 > -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 01, 2006 2:19 PM > To: Ant Users List > Subject: Re: FTP Issue > > Prefer forward slashes in properties file, even for windows > paths

Re: FTP Issue

2006-08-01 Thread Dominique Devienne
Prefer forward slashes in properties file, even for windows paths, as Ant and Java will do the right thing, and you can use when you really need windows-style filenames, but also your war.file is an absolute file, yet you conbine it with deploy.dir. There's probably an issue therer. --DD On 8/1/

FTP Issue

2006-08-01 Thread Wiles, Cory
In my "ftpToDev" target I have a property that is the name of the war file that I need to ftp. However, when I run the build file it doesn't send the file, but if I hard code the file name it does. Any thoughts? | BUILD FILE |

ftp issue

2004-12-21 Thread Peter Gershkovich
Hi, I am wondering if anyone has good experience using ftp task. I specified my problem earlier, but so far did not get any answers or suggestions. Would you recommend other lists that may be better suited for this type of questions? Thanks, Peter -- -

Re: AW: ftp issue

2004-12-15 Thread Peter Gershkovich
ch [mailto:[EMAIL PROTECTED] Gesendet am: Mittwoch, 15. Dezember 2004 18:22 An: [EMAIL PROTECTED] Betreff: ftp issue Here is a piece of code that used to work fine: ftp://ftp.ncbi.nih.gov/refseq/LocusLink/LL_tmpl.gz";> now I am getting an error: [get] Error

ftp issue

2004-12-15 Thread Peter Gershkovich
Here is a piece of code that used to work fine: ftp://ftp.ncbi.nih.gov/refseq/LocusLink/LL_tmpl.gz";> now I am getting an error: [get] Error opening connection sun.net.ftp.FtpProtocolException: PORT :500 Illegal PORT command, EPSV ALL in effect [get] Error opening connection java.io.Fi

AW: ftp issue

2004-12-15 Thread Jan . Materne
You´re using the wrong task. Try instead of . Jan > -Ursprüngliche Nachricht- > Von: Peter Gershkovich [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 15. Dezember 2004 18:22 > An: [EMAIL PROTECTED] > Betreff: ftp issue > > Here is a piece of code that use

Re: FTP Issue

2004-06-16 Thread Stefano Mancarella
On Monday 14 June 2004 11:17 pm, Steve Cohen wrote: How about commons-net-1.2.1 and ant 1.6.1? I don't THINK commons-net is the problem, but you might as well check. Well, I have the same problem with FTP get and I've done the test you suggest. It doesn't work with commons-net-1.2.1 and ant 1.6.

Re: FTP Issue

2004-06-03 Thread Steve Cohen
stems Inc. > awt.toolkit : sun.awt.windows.WToolkit > java.vm.info : mixed mode > java.version : 1.4.1_02 > java.ext.dirs : c:\java\j2sdk1.4.1_02\jre\lib\ext > sun.boot.class.path : > c:\java\j2sdk1.4.1_02\jre\lib\rt.jar;c:\java\j2sdk1.4.1_02 > \jre\lib\i18n.jar;c:\java\j2sdk1.4.1_02\jre\lib\sunrsasign.jar;c:\java\j2sd >k 1

RE: FTP Issue

2004-06-03 Thread Alan Zall
u.isalist : pentium i486 i386 # -Original Message- From: Steve Cohen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 12:41 PM To: Ant Users List Subject: Re: FTP Issue Please send your ant script or the relevant portion. Also what version of jakarta-commons/net is on your cla