VirtualFile isn't downloading - WeOnlyDo Discussion board

VirtualFile isn't downloading (wodFTPServer)

by schliefdot, Friday, October 05, 2007, 21:19 (6047 days ago)

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: