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!

creating directories

Status
Not open for further replies.

dendog

Programmer
Jun 28, 2001
53
US
is there anything in the C++ API or SQL API that i can use to create new directories ona remote machine.

Thank you in advance.

DENNIS
 
If you can mount that filesystem use mkdir.

Otherwise you could use a ftp-client to create a directory if a ftp-server is running on the remote host.

hnd
hasso55@yahoo.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top