Hi there,
I am building an application that uses wininet ftp calls, all of which are working fine except from my request for the current directory. The following is my (cut down) code...
Option Explicit
Private Const MAX_PATH = 260
Private Const INTERNET_OPEN_TYPE_PRECONFIG =...