PDA

View Full Version : Implementation


Reflqx
07-01-2013, 02:28 PM
Hello,

I have a question about ioftpd, coming from drftpd is it possible to make a fxp which is going to go to give evidence towards multiple destinations?

I am understandable, at present in ioftpd I have this in the default.vfs:

" C: \" /
" D: \" /
" E: \" /

When I connect on the ftp, I have well my files which seem under same and unique path one, except that if I upload several files, they will always go to the same place.

An option to make so that the file.r00 goes on C: \, the file.r01 on D:\ etc.??

And should the opposite occur that could be implemented has the drftpd way:)

Thank you very much!

Yil
07-04-2013, 09:29 PM
You don't want to split related files across drives. If you break up a multi-part rar archive you won't be able to extract files with winrar or play a movie without extracting it, etc. Since ioFTPD doesn't offer support for it natively you also won't find zipscripts that will either so it's just not going to happen.

There was recently a good topic/thread in this forum (Merge Drives (https://oss.azurewebsites.net/forum/ioftpd/ioftpd/ioftpd-beta/ioftpd-general/16059-merge-drives.html)) where I explained how things work now and potential future features. Check it out as it contains some good examples.