Re: apache commons net

2008-05-22 Thread bperquku
Thank you very much. Niklas Gustavsson wrote: > > On Thu, May 22, 2008 at 11:22 AM, bperquku <[EMAIL PROTECTED]> wrote: >> Yes, it is FTP (ftp service runing under AIX is called proftpd). > > Then you'll have to do what James described. Either upload the file

Re: apache commons net

2008-05-22 Thread bperquku
Yes, it is FTP (ftp service runing under AIX is called proftpd). Niklas Gustavsson wrote: > > On Thu, May 22, 2008 at 9:18 AM, bperquku <[EMAIL PROTECTED]> wrote: >> >> Actually, name of the file is not relevant. The server process check for >> files (not fo

Re: apache commons net

2008-05-22 Thread bperquku
u're uploading, name the file > myfile.uploading and then when it's done, just rename it to myfile. > > > On Wed, May 21, 2008 at 9:57 AM, bperquku <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> I have a simple java applicatoion, that uploads a fi

apache commons net

2008-05-21 Thread bperquku
Hi all, I have a simple java applicatoion, that uploads a file in a computer server (aix). In the server another process checks for that file, processes it, and deletes it. Is there any possible way to set a lock in file that will be uploaded, because if the file size is big ex. 200 MB the proc