Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB 6 FTP program with creating Server Side Directory

Status
Not open for further replies.

lws

Programmer
May 6, 2001
14
HK
Hi,

I would like to create a Ftp program so as to upload some files to server with a dynamic folder name(e.g. date as the name of the folder). By using Internet Transfer Control, I try to use the following command so as to create folder.
Inet1.Execute ,"mkdir 20030701"
However I found that I can't create folder in server side. Can anyone suggest some solution to me?

Thanks and Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top