FTP, PureBasic und ich
Verfasst: 28.10.2005 18:32
Ich hab da in der API was gefunden was mir weiter halfen könnte, nur leider wies ich jetzt nicht wie ich das reinschreiben muss, das PB weiß was ich von ihm will. ->
1. FTP Verbindung aufbauen,
2. Ordner kopieren,
3. FTP Verbindung, schliessen,
Punkt 1 und 3 waren einfach (dank dem CodeArchiv), aber was mit dem
FtpGetDirectory
INT FtpGetDirectory(HCLIENT hClient, LPTSTR lpszDirectory, INTcbDirectory)
Parameters
hClient
Handle to the client session.
lpszDirectory
Points to a buffer that will contain the name of the current working directory on the remote server. The file pathing and name conventions must be that of the remote host.
cbDirectory
The maximum number of characters that may be copied into the buffer, including the terminating null-character.
kann ich nichts anfangen. (orignal findet ihr auf http://www.catalyst.com/support/help/cs ... ctory.html)
Hilfe.
1. FTP Verbindung aufbauen,
2. Ordner kopieren,
3. FTP Verbindung, schliessen,
Punkt 1 und 3 waren einfach (dank dem CodeArchiv), aber was mit dem
FtpGetDirectory
INT FtpGetDirectory(HCLIENT hClient, LPTSTR lpszDirectory, INTcbDirectory)
Parameters
hClient
Handle to the client session.
lpszDirectory
Points to a buffer that will contain the name of the current working directory on the remote server. The file pathing and name conventions must be that of the remote host.
cbDirectory
The maximum number of characters that may be copied into the buffer, including the terminating null-character.
kann ich nichts anfangen. (orignal findet ihr auf http://www.catalyst.com/support/help/cs ... ctory.html)
Hilfe.