Jul 3, 2002 #1 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
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
Jul 3, 2002 #2 hnd Programmer Apr 11, 2000 450 DE 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 Upvote 0 Downvote
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