ITMO University
“Programming Technologies” Department



Главная

Новости
 Новости науки
 Важное
 Почетные доктора
 Инновации
 Культура
 Люди
 Разное
 Скартел-Yota
 Стрим
 Смольный
Учебный процесс
 Образование
 Дипломы
 Курсовые проекты
 Лабораторные работы
 Учебные курсы
 Визуализаторы
 Unimod-проекты
 Семинары
 Стипендии
Наука
 События и факты
 Госконтракты
 Статьи
 Диссертации
 Книги
 Презентации
 Свидетельства
 Сотрудничество
Исследования
 Автоматы
 Верификация
 Биоинформатика
 Искусственный интеллект
 Генетические алгоритмы
 Движение
 UniMod
 Роботы и агенты
 Нейронные сети
 ФЦП ИТМО-Аалто
 Разное

О нас
 Премии
 Сертификаты и дипломы
 Соревнования по программированию
 Прорыв
 Автографы
 Рецензии

Беллетристика
 Мотивация
 Мысли
Медиа
 Видео
 Фотографии
 Аудио
 Интервью

English
 Home

 Articles
 Posters
 Automata-Based Programming
 Initiatives
 Projects
 Presentations
 UniMod
 UniMod Projects
 Visualizers


Поиск по сайту

Яndex



    / Projects / Intermediate FTP-server (версия для печати)


Intermediate FTP-server



© V. M. Lesin

Saint-Petersburg State University of Information Technologies, Mechanics and Optics

Project documentation (in Russian)
Executable program
Source code

Annotation

This project presents the Intermediate FTP-server (IFTP), which provides the FTP-based access to the structured network file hierarchy. The IFTP-server makes a correspondence for the dispersed files from the network and convenient virtual tree-like hierarchy. It allows the user to work with the files, actually placed on different FTP-servers, as they would be placed in the content of the only one FTP-server. One of the most considerable features of the IFTP-service is the direction of the traffic - any file is transmitted directly from the containing file remote FTP-server to the user, omitting the IFTP-server, which only gives the commands through the control connection.

The library is designed for the co-working with different type indexers. Together they provides the powerful tool for data structuring of local networks.

The design of the library is based on the SWITCH-technology. It provides the separation of the program functionality from the controlling logic, localizing the last in the numbers of automata. It helps to avoid a large number of the problems connected with the unpredictable server's states.

The program is designed for the Windows NT systems. The IFTP-server is a dynamic link library (DLL), created with the help of COM and ATL technologies and C++ programming language. The demonstration program is also included.




© 2002—2024 По техническим вопросам сайта: alexvatyan@gmail.com