![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| grep and check uploads | fed.linuxgossip | Shell Programming and Scripting | 0 | 05-18-2008 05:07 AM |
| Partial Request are coming... please help | pa.chidhambaram | IP Networking | 0 | 02-05-2008 11:19 AM |
| monitor daily file uploads | jweinraub | Shell Programming and Scripting | 2 | 10-20-2006 01:23 AM |
| Grep all files matching partial filename | mharley | Shell Programming and Scripting | 3 | 06-08-2005 02:17 PM |
| Interested in partial command output. | videsh77 | UNIX for Dummies Questions & Answers | 1 | 12-15-2004 10:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
|
||||
|
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? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|