On Mon, Apr 02, 2012 at 09:22:02PM +0400, Dmitry wrote: > Thanks for answer! > I use libcurl project to write some class wich will encapsulate libcurl > realization inside. > I successfully compiled project with upload file on SFTP server and that's all > that i can do. Another FTP command don't work (i wrote about this). > Not, i don't using curl.exe programm.
SFTP != FTP. The SFTP commands that libcurl supports are documented at http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTQUOTE The supported FTP commands is up to the remote server. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
