Ftp directories question

majster_misiek

Пользователь
Регистрация
18.01.2013
Сообщения
57
Реакции
10
Баллы
8
Is there any way I can upload directory to ftp without uploading main folder that contains files I would like to upload?
For example I want to upload "C:\folder\asdfg\" directory to ftp but excluding the "asdfg" folder, only files that are inside. Is there any way to do it through FTP Directories or do I need to go with FTP Files and upload a list?
Thanks
 
Is there any way I can upload directory to ftp without uploading main folder that contains files I would like to upload?
For example I want to upload "C:\folder\asdfg\" directory to ftp but excluding the "asdfg" folder, only files that are inside. Is there any way to do it through FTP Directories or do I need to go with FTP Files and upload a list?
Thanks
Own code C#:
JavaScript:
Развернуть Свернуть Копировать
// upload all items from local directory to the with path "ftp_path"
ZennoPoster.FtpUploadDirectory("host_name", {port}, "login", "password", "proxy", "ftp_path", "local_path", true, false);
here
 
Thanks for you fast response, it works !
 
Last question, how can i see roadmap for Zennoposter ?
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)