Re: CopyStreamException on FTP task

2004-10-15 Thread rob
to everyone, -Rob > > > Vinay > > > -Original Message- > From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Thursday, > October 14, 2004 4:20 PM > To: Ant Users List > Subject: Re: CopyStreamException on FTP task > > Hello, Robert > I did a quick goo

Re: CopyStreamException on FTP task

2004-10-14 Thread Laconia Data Systems
Rob Can you mkdir (create s directory) with those apps with that same username/password? Best, Martin- - Original Message - From: "Robert Koberg" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 14, 2004 6:01 AM Subject

RE: CopyStreamException on FTP task

2004-10-14 Thread Vinay Vijayan
PROTECTED] Sent: Thursday, October 14, 2004 4:20 PM To: Ant Users List Subject: Re: CopyStreamException on FTP task Hello, Robert I did a quick google for "CopyStreamException" and I found the following topic. http://java2.5341.com/msg/42499.html One of the answers (I do not know whether i

Re: CopyStreamException on FTP task

2004-10-14 Thread Ivan Ivanov
Hello, Robert I did a quick google for "CopyStreamException" and I found the following topic. http://java2.5341.com/msg/42499.html One of the answers (I do not know whether it has been the real reason) was: the exception was thrown because the target machine was out of disk space. HTH Ivan --- R

Re: CopyStreamException on FTP task

2004-10-14 Thread Robert Koberg
obert Koberg [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 3:31 PM To: Ant Users List Subject: Re: CopyStreamException on FTP task Laconia Data Systems wrote: Robert Looks like a file access permission problem It appears that the FPT user does *not* have mkdir or *create* capability Ca

RE: CopyStreamException on FTP task

2004-10-14 Thread Vinay Vijayan
Hi Robert, Try pinging the machine continuously and see whether there is any problem in connectivity. ping -t -Vinay -Original Message- From: Robert Koberg [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 3:31 PM To: Ant Users List Subject: Re: CopyStreamException on FTP

Re: CopyStreamException on FTP task

2004-10-14 Thread Robert Koberg
Laconia Data Systems wrote: Robert Looks like a file access permission problem It appears that the FPT user does *not* have mkdir or *create* capability Can you change the FTP user's access capabilities to create any/all files and folders? Hi and thanks, The only thing that would make me believe (F

should have been SocketException -> Re: CopyStreamException on FTP task

2004-10-13 Thread Robert Koberg
[EMAIL PROTECTED] wrote: Robert, I had trouble with the ftp task a while ago. In my case however, I could use the scp task instead, which works very well. So if you should try to use the ssh copy (scp) task, your environment permitting of course. Yea :( I do that with my own servers, but the c

Re: CopyStreamException on FTP task

2004-10-13 Thread suma . bhat
Robert, I had trouble with the ftp task a while ago. In my case however, I could use the scp task instead, which works very well. So if you should try to use the ssh copy (scp) task, your environment permitting of course. Eg: Thanks, Suma "Robert