M
Mike Archer
Hello - I need some code that will open a windows exporer window with an FTP
session started. I would like for the FTP folders to be in the explore pane
and the contents of a local folder (I:\) to be in the contents pane.
I have found documentation to shell a windows exporer window - but I'm not
sure I can start an FTP session with shell. Can something be added to this
to start an FTP session?:
Shell "C:\WINDOWS\explorer.exe I:\", vbNormalFocus
I have found documentation on starting an FTP session with wininet and but
not I'm not sure I can open a windows explorer window with wininet.
Is there a way to both at the same time?
session started. I would like for the FTP folders to be in the explore pane
and the contents of a local folder (I:\) to be in the contents pane.
I have found documentation to shell a windows exporer window - but I'm not
sure I can start an FTP session with shell. Can something be added to this
to start an FTP session?:
Shell "C:\WINDOWS\explorer.exe I:\", vbNormalFocus
I have found documentation on starting an FTP session with wininet and but
not I'm not sure I can open a windows explorer window with wininet.
Is there a way to both at the same time?