i'm a really newbie here. do anyone know how can i make the current directory up. probably a button for backdirectory.
FtpConnection1.ServerAddress = TextBox5.Text
FtpConnection1.ServerPort = Integer.Parse(TextBox2.Text)
FtpConnection1.UserName = TextBox3.Text
FtpConnection1.Password = TextBox4.Text
' Connect, get files and close
FtpConnection1.Connect()
ListBox1.Items.AddRange(FtpConnection1.GetFiles())
i just make it until here.how can i make an updirectory so that i can go to the upper root.please help me. thanks in advance.