FTP server configuration details

Hi Folks !!!

When we are configuring details about server host for our FTP srevice, i can configure properly to fetch a fixed number of files, in the same way, do we have any provision to configure file size should be <= X KB/MB ?

Please share your thoughts/details.

Thanks

Hi,

I believe this not a impossible task

All you need to do is write java service which calculate size of file(I think this is already there),then write a custom FTP service which can make validate of size based on your limit

Thanks
Sai

Thanks Sai for your quick reply. But i wanted to know do we have any configuration settings to achieve this.

Thanks,

I don’t think so,we have configuration parameter for this setting.Let us see any one in forum is aware of it

Thanks
Sai

No there is no configuration settings for this out of box unless you put custom code in place as Sai mentioned above.

HTH,
RMG

Thanks RMG and Sai for your help

Thanks,

your welcome: