estoy hacendo asi, y no esta criando el directory :
- Code: Select all Expand view
FtpCreateDirectory( oBjIn:hFTP, "/public_html/Paste_1/NewPaste" )
- Code: Select all Expand view
#pragma BEGINDUMP
#include "windows.h"
#include "wininet.h"
#include "hbapi.
HB_FUNC( FTPCREATEDIRECTORY )
{
hb_retl( FtpCreateDirectory( ( HINTERNET ) hb_parnl( 1 ), hb_parc( 2 ) ) );
}
#pragma ENDDUMP
Saluds, Ale