Hard to get the meaning, I guess what you want is :
onUploadEnd(FtpSession session, FtpRequest request) in Ftplet 

and you could get file like :FtpFile f = 
session.getFileSystemView().getFile(arg0)
f.getSize()


----- Original Message -----  
From: Yajun.Dong  
To: ftpserver-users  
Sent: 2009-04-24, 15:40:19 
Subject: How to get the file-length from the ftp server? 


Hi: 
Excuse me, How can i get the file-length of uploading file from client in 
ftp server? i check it whether the file is intergrated, so that i will 
translate it to my system. 

from China.

Reply via email to