VirtualFile isn't downloading (wodFTPServer)
I can't seen to get the VirtualFile to allow a file to download. A couple of things.
1) This is VB.NET project caring a Windows Service.
2) I am using Implements wodFTPDComLib.IwodFTPDNotify , so all the sub are defined
I am performing all the VirtualFiles definition in the LoginPassword sub like so:
User.VirtualFiles.AddFile( / & xCompany.getAttribute( Name ), xFile.getAttribute( Name ), dConfig.Item( FileStore ) & xFile.getAttribute( Name ) & .zip )
...where xCompany & xFile are xml structures.
Even when I do a simple
User.VirtualFiles.AddFile( /Folder , TextFile.txt , D:TextFile.txt )
...it won't download the file.
The files show up properly in the directory structure (even the right date and size), but it always returns a 500 No such file in the response.
I am using wodFTPDCom Version : 2.3.2.151
Complete thread:
- VirtualFile isn't downloading - schliefdot, 2007-10-05, 21:19
- Re: VirtualFile isn't downloading - wodDamir, 2007-10-05, 22:07
- Re: VirtualFile isn't downloading - schliefdot, 2007-11-07, 17:42
- Re: VirtualFile isn't downloading - woddrazen, 2007-11-07, 19:32
- Re: VirtualFile isn't downloading - schliefdot, 2007-11-14, 22:10
- Re: VirtualFile isn't downloading - woddrazen, 2007-11-07, 19:32
- Re: VirtualFile isn't downloading - schliefdot, 2007-11-07, 17:42
- Re: VirtualFile isn't downloading - wodDamir, 2007-10-05, 22:07