Re: [NET] Help with change directory

2011-07-26 Thread sebb
On 25 July 2011 21:41, Diane Baumgartner poindex...@yahoo.com wrote: I'm new to Apache Commons  (3.0.1), and am writing a Java program to FTP a file on my local server to an FTP server on the same network. First, please prefix the subject line with the Commons component; in this case [NET] as

[sanselan] Question about loading a partial image

2011-07-26 Thread Gary Lucas
I have a question about loading partial images using Sanselan. I am using Sanselan to load and process GeoTIFF images and so far it works like a champ. Unfortunately, some of the source files I'm using are quite large (12000x4000 pixels). When I zoom in to the image, the part that I am

Re: [NET] Help with change directory

2011-07-26 Thread sebb
I forgot to mention that you can add debug tracing (as per the example code): ftp.addProtocolCommandListener(new PrintCommandListener(new PrintWriter(System.out), true)); -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, July 26, 2011 07:40 AM To: Commons

Re: [NET] Help with change directory

2011-07-26 Thread sebb
On 26 July 2011 14:49, sebb seb...@gmail.com wrote: On 26 July 2011 14:41, Diane Baumgartner poindex...@yahoo.com wrote: Thanks for your reply, I'll retest, but I believe that previous versions of the code also hung on getReplyString and getReplyCode after the change directory. Very

Re: [scxml] A local transition to a parallel sub-state affects all its parent's siblings

2011-07-26 Thread Rahul Akolkar
On Mon, Jul 25, 2011 at 6:31 AM, Hynek Cihlar hynek.cih...@gmail.com wrote: I have come across the following case, where I believe the Commons SCXML behaves incorrectly. Assuming the following state machine configuration: scxml xmlns=http://www.w3.org/2005/07/scxml;