Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.6k views
in .NET FTP by (160 points)
I've got 2 FTP Servers with identical folder structure and files. When I call GetFiles("Folder") on one I get a file list like this:
'Folder/file1.txt'
'Folder/file2.txt'
...

One the second server I make the same call but don't get the folder prepended:
'file1.txt'
'file2.txt'
...

What's causing this?
Is it an FTP Server settting?

Thanks,
Dave

1 Answer

0 votes
by (160 points)
I was able to resolve the issue on my own. One server was using IIS for the FTP server the other was a FileZilla server. Looks like the two servers handle the GetFiles() differently.

Thanks,
Dave

Categories

...