03-31-2005, 10:08 AM
|
#2 |
| Member ioFTPD Foundation User
Join Date: Jul 2003
Posts: 86
|
if you look at the default.vfs sample shipped wit the ioFTPD zip you can understand it: Code: "d:\ioFTPD\site" /
"c:\storage" /work
"c:\temp" /tmp
"d:\games" /pub/games
"\\192.168.1.1\Root\Work" /mnt/samba
"d:\raid\disk1" /raid
"d:\raid\disk2" /raid for example:
"\\Ip.of.the.other.pc\Name.Of.Shared.Dir" /name.of.dir
|
| |