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
 

shade

Client
Регистрация
19.11.2010
Сообщения
580
Благодарностей
346
Баллы
63
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
 

antitrust56

Client
Регистрация
21.08.2012
Сообщения
17
Благодарностей
1
Баллы
3
Thanks for you fast response, it works !
 

antitrust56

Client
Регистрация
21.08.2012
Сообщения
17
Благодарностей
1
Баллы
3
Last question, how can i see roadmap for Zennoposter ?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113

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