Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.3k views
in Java FTP by (180 points)
Hi Everyone

I have a requirement to append to a file in the FTP server. Eventhoug the append is a standard command in regualr FTP, I couldn't find this in the ftp.jar. Can someone please help me and explain how I can do this with the edtftpJ utility.

Thanks in Advance
-Arun

1 Answer

0 votes
by
There is a put() method in FTPClient that has a boolean parameter, 'append'. Set it to true to append.

Hi Everyone

I have a requirement to append to a file in the FTP server. Eventhoug the append is a standard command in regualr FTP, I couldn't find this in the ftp.jar. Can someone please help me and explain how I can do this with the edtftpJ utility.

Thanks in Advance
-Arun

Categories

...