![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| grep and check uploads | fed.linuxgossip | Shell Programming and Scripting | 0 | 05-18-2008 02:07 AM |
| Partial Request are coming... please help | pa.chidhambaram | IP Networking | 0 | 02-05-2008 07:19 AM |
| monitor daily file uploads | jweinraub | Shell Programming and Scripting | 2 | 10-19-2006 10:23 PM |
| Grep all files matching partial filename | mharley | Shell Programming and Scripting | 3 | 06-08-2005 11:17 AM |
| Interested in partial command output. | videsh77 | UNIX for Dummies Questions & Answers | 1 | 12-15-2004 06:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
vsftpd hiding partial uploads
Is there any mechanism within vsftpd to hide partially uploaded files, ie give them a hidden file name. Pro ftp has this option with the hidden stor option in the configuration file.
If there is no such feature how do I go about requesting that the vsftpd developers create this option or is there any way to compile the vsftpd daemon to provide this feature? Many thanks in advance |
| Forum Sponsor | ||
|
|
|
|||
|
Hi
What are the partially uploaded files called?? There is an option in vsftpd called,it is documented in the vsftpd man page hide_files = There fore if your partial files are called file.part, you can set the parameter as hide_files = *part Cheers |
|
|||
|
Apologies, I did not explain the issue fully. When files get uploaded to a vsftpd server (it doesn't matter what files), they appear appear on the server immediately. This means that they can get downloaded or samba can copy them, even if the upload is not complete. Pro ftpd has a way aound this problem by hiding files until the upload has been completed- it has a "hidden stor" feature. Ie a file that is being uploaded is give a random hidden file name, and the proper file name only appears when the upload has been completed. This ensures that partially uploaded files can not be simultaneously downloaded.
I dont think vsftpd has a similar option, can the developers implement such code? |
| Thread Tools | |
| Display Modes | |
|
|