Re: when use FTPClient to do server to server file transfer's append failed

2010-10-15 Thread sebb
On 15 October 2010 02:00, chenxuejie chen_xue...@nec.cn wrote: Hi all The action is server to which the client is connected to append to a given file on the other server The result is the new file replaced the remote file. I think FTPClient.java  should change as follows: public boolean

Re: when use FTPClient to do server to server file transfer's append failed

2010-10-15 Thread sebb
On 15 October 2010 09:53, sebb seb...@gmail.com wrote: On 15 October 2010 02:00, chenxuejie chen_xue...@nec.cn wrote: Hi all The action is server to which the client is connected to append to a given file on the other server The result is the new file replaced the remote file. I think

when use FTPClient to do server to server file transfer's append failed

2010-10-14 Thread chenxuejie
Hi all The action is server to which the client is connected to append to a given file on the other server The result is the new file replaced the remote file. I think FTPClient.java should change as follows: public boolean remoteAppend(String filename) throws IOException { if