Techno
Dec 4th, 2005, 02:00 PM
Hi there.
using .NET 2.0 here and C# :D
I am trying to use the FTP stuff in the Framework but have a couple of Questions....
Fair enough, when we request the directory (ListDirectory) we see all the files and folders. Cool! But, if we wish to navigate to a selected folder, how do we do this?
Currently I am thinking that we need to pretty much re-establish a connection BUT add the name of the directory infront of the FTP URL, surely there must be another way because I can think of a few disadvantages of doing it this way...
As well as this, is there a way to see what type the folder/file it is? (if the current selected "text" is a file/folder?)
I would be appreciated if someone can give me an answer to my first question if possible, the 2nd one is not as important.
Thank-you :)
using .NET 2.0 here and C# :D
I am trying to use the FTP stuff in the Framework but have a couple of Questions....
Fair enough, when we request the directory (ListDirectory) we see all the files and folders. Cool! But, if we wish to navigate to a selected folder, how do we do this?
Currently I am thinking that we need to pretty much re-establish a connection BUT add the name of the directory infront of the FTP URL, surely there must be another way because I can think of a few disadvantages of doing it this way...
As well as this, is there a way to see what type the folder/file it is? (if the current selected "text" is a file/folder?)
I would be appreciated if someone can give me an answer to my first question if possible, the 2nd one is not as important.
Thank-you :)