Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.4k views
in .NET FTP by
First, sorry on my to bad english.
This component is great, but there is no explanation how to use it.
Just one help file with only classes name without sample source, etc...
What i need:
I'm writing FTP client in VB with this assembly. And i use FtpConnection class to work with ftp server.

Every is good, but i have the problem how to get folders.
Do not tell me to use FTPClient or FTPFile class. If you tell me that, then tell me how implement that classes with FTPConnection class.

Tell me, if i wrong, but FTPConnection class is for VB Net programres.
So, where/how is procedure to get if file is folder???

Please, i expect full answer, or sample code. :lol:
Thanks!

3 Answers

0 votes
by
Sorry, i'm not post example how i connect:

' Set server and log-in properties
FtpConnection1.ServerAddress = ServerTextBox.Text
FtpConnection1.ServerPort = Integer.Parse(PortTextBox.Text)
FtpConnection1.UserName = UserTextBox.Text
FtpConnection1.Password = PasswordTextBox.Text

' Connect, get files and close
FtpConnection1.Connect()
FilesListBox.Items.AddRange(FtpConnection1.GetFiles())
'HOW GET FOLDERS???
0 votes
by (162k points)
The component is very new and as yet, not well documented. However there is a VB sample and a C# sample included to help you get started as well as API documentation.

Better documentation will follow in time.

First, sorry on my to bad english.
This component is great, but there is no explanation how to use it.
Just one help file with only classes name without sample source, etc...
What i need:
I'm writing FTP client in VB with this assembly. And i use FtpConnection class to work with ftp server.

Every is good, but i have the problem how to get folders.
Do not tell me to use FTPClient or FTPFile class. If you tell me that, then tell me how implement that classes with FTPConnection class.

Tell me, if i wrong, but FTPConnection class is for VB Net programres.
So, where/how is procedure to get if file is folder???

Please, i expect full answer, or sample code. :lol:
Thanks!
0 votes
by
I think the problem is the reponse of the ftp server, look this

http://www.enterprisedt.com/forums/viewtopic.php?t=800

Stefano

Categories

...