Page 1 of 1

Enable ftp server

PostPosted:Wed Nov 08, 2017 1:55 pm
by maniachhz
Dear all,

I installed the OpenKM (Version: 6.3.2 (build: 8289) on Debian 8, anything is well except two bellow:

1. I want to enable ftp server, but it doesnt work. I executed command on the server: netstat -an
I didn't find the port 2121, can you tell how to enable ftp server?
ftp_enable_setup.png
ftp_enable_setup.png (5.29 KiB) Viewed 3456 times
netstat_an.png
netstat_an.png (21.78 KiB) Viewed 3456 times
2. I create one directory under the Taxonomy for sharing with staff, the directory is just for storing documents, so i want to disable the document version numeration, can you tell me how to disable the document version numeration on this directory?

Thanks.

Re: Enable ftp server

PostPosted:Thu Nov 09, 2017 10:37 am
by jllort
Community version comes without ftp service.

Re: Enable ftp server

PostPosted:Thu Nov 09, 2017 4:13 pm
by maniachhz
Dear jllort ,

Can you tell me how to disable versioning all files in the specified directory?

I want to create one directory which only for sharing, not need t versioning.

Thanks.

Re: Enable ftp server

PostPosted:Fri Nov 10, 2017 7:35 pm
by jllort
You can not disable version, but you can lock the documents -> that means these documents will not be able to be modified ( what is your wish ). You can do it automatically with an automation linked with some specific folder.

If you are interested in automation feature tell us and I will try to guide you on it ( you need some JAVA skill for doing it ).

Re: Enable ftp server

PostPosted:Mon Nov 13, 2017 12:33 am
by maniachhz
Dear Jllort,
You can not disable version, but you can lock the documents -> that means these documents will not be able to be modified ( what is your wish ).
No, acttually, I wish the directory like FTP, does not tracks the version. This way (not track the version) will save the hard disk space.

Any sugguestions?

Thanks.

Re: Enable ftp server

PostPosted:Tue Nov 14, 2017 3:17 pm
by jllort
I think you have a missunderstanding about how OpenKM works. Althought you watch files without version across FTP service, really behind it there's OpenKM what it stores document version.

What you want is to restrict a couple of files ( based on folder location or similar logic ) to have only a single version. For it you must use automation, you have two option:
1- lock documents ( prevent change the actual version )
2- purge history of versions after a document change

Both things can be done automatically by openkm with automation feature.

Re: Enable ftp server

PostPosted:Wed Nov 15, 2017 4:37 am
by maniachhz
1- lock documents ( prevent change the actual version )
2- purge history of versions after a document change

Both things can be done automatically by openkm with automation feature.
Ok. Thank you very much.

I will take a look about automation feature on Wiki.
If haing any qustions, i would let you know.

Thank you.

Re: Enable ftp server

PostPosted:Thu Nov 16, 2017 4:51 pm
by jllort