Search results for query: *

  1. S

    How to show FOLDERS that stored in FTP SERVER.

    I want to know how to show FOLDERS in my FTP Upload and Download System, It only appears files but folders doesn't show up. Please help here's the code: Imports System.Net Imports System.IO Public Class Form4 Private Sub listFTP(ByVal URL As String, ByVal UserName As String, ByVal...
  2. S

    When removing items the next items doesn't remove only the first one. please help

    Imports System.Collections.GenericI mports System.Net Imports System.IO Public Class Form2 'Dim filename As String Public ftpSettings As FtpClient Private Sub cmdUpload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdUpload.Click host =...
  3. S

    Please help coding the Progress bar when downloading a file :((

    Imports System.Net Imports System.IO Public Class Form4 Private Sub listFTP(ByVal URL As String, ByVal UserName As String, ByVal Password As String) Dim requ As FtpWebRequest = Nothing Dim resp As FtpWebResponse = Nothing Dim reader As StreamReader = Nothing...
  4. S

    There's error in removing items from the list box. please help.

    Imports System.Collections.Generic Imports System.Net Imports System.IO ------------------------------------------------------------------------------------------------------------------- Public Class Form2 'Dim filename As String Public ftpSettings As FtpClient...
  5. S

    Question I can get directory listing, but unable to get file to download :(

    Imports System.Net Imports System.IO ------------------------------------------------------------------------------------------------------------------ Public Class Form4 Private Sub listFTP(ByVal URL As String, ByVal UserName As String, ByVal Password As String) URL = "ftp://" &...
Back
Top