forum > Основной форум
Организация отсылки работ на стоки.
Real4to:
По технической части, делился своим опытом в англоязычной части форума:
http://photographicfreedom.co.uk/forum/index.php?topic=323.msg3348#msg3348
Here's my story...
I've been using FileZilla for a long time to upload single files and large batches via FTP. It's the best FTP client ever, but it doesn't allow making a job for uploading files to a set of servers with one click. So, I found another great software, FTPRush, which allows scripting. And I organized a one-click upload of a batch of files to a set of serves.
Here's the scheme:
1. I created a folder "To send" in my portfolio folder. All the files to upload go to this folder.
2. I set up all needed servers in FTPRush. Each server gets it's name, i.e. Fotolia, Shutter, etc.
3. I wrote the script which uploads all the files from "to send" folder to all servers one after another:
RushApp.FTP.Transfer(0, '', 'C:\Documents and Settings\Shur23\Рабочий стол\PhotoStock\new\to send', '', 'Dreamstime;Shutter;Stockxpert;123RF;Fotolia;Crestock;Bigstock;Canstock;Albumo', '/', '', RS_UP or RS_DIRDES or RS_DIRSRC or RS_APPEND or RS_LOGOUT, '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0);
And the workflow is:
1. Put all files to the "to send" folder
2. Run the script
3. Check if there are failed uploads
However, I continue using FileZilla for uploading to a single server, as it's much more comfortable.
Sundance:
--- Цитата: Real4to от Января 28, 2008, 02:58:30 pm ---По технической части, делился своим опытом в англоязычной части форума:
http://photographicfreedom.co.uk/forum/index.php?topic=323.msg3348#msg3348
Here's my story...
I've been using FileZilla for a long time to upload single files and large batches via FTP. It's the best FTP client ever, but it doesn't allow making a job for uploading files to a set of servers with one click. So, I found another great software, FTPRush, which allows scripting. And I organized a one-click upload of a batch of files to a set of serves.
Here's the scheme:
1. I created a folder "To send" in my portfolio folder. All the files to upload go to this folder.
2. I set up all needed servers in FTPRush. Each server gets it's name, i.e. Fotolia, Shutter, etc.
3. I wrote the script which uploads all the files from "to send" folder to all servers one after another:
RushApp.FTP.Transfer(0, '', 'C:\Documents and Settings\Shur23\Рабочий стол\PhotoStock\new\to send', '', 'Dreamstime;Shutter;Stockxpert;123RF;Fotolia;Crestock;Bigstock;Canstock;Albumo', '/', '', RS_UP or RS_DIRDES or RS_DIRSRC or RS_APPEND or RS_LOGOUT, '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0);
And the workflow is:
1. Put all files to the "to send" folder
2. Run the script
3. Check if there are failed uploads
However, I continue using FileZilla for uploading to a single server, as it's much more comfortable.
--- Конец цитаты ---
Real4to Здорово! хочу также. :) Если можно использовать ваш скрипт, то не могли бы вы дать некоторые инструкции для чайников куда его копировать и как с ним работать.
(Я юзал CuteFtp, сейчас юзаю Total commander, но они не позволяют поледовательно стрелять файлами по серверам)
Real4to:
Создаем задачу в FTPRush 1.0.0626
Во-первых, прописываем все ФТП-серверы юзаемых микростоков:
Инструменты =>> Избранные
При этом, каждому стоку присваиваем имя, как в скрипте (см.ниже)
Во-вторых, создаем задачу:
Вид => Окно задач
В окне задач, правой кнопкой мышки, Новая задача
Что сделать => Выполнить сценарий
Вписать туда скрипт:
RushApp.FTP.Transfer(0, '', 'C:\Documents and Settings\Shur23\Рабочий стол\PhotoStock\new\to send', '', 'Dreamstime;Shutter;Stockxpert;123RF;Fotolia;Crestock;Bigstock;Canstock;Albumo', '/', '', RS_UP or RS_DIRDES or RS_DIRSRC or RS_APPEND or RS_LOGOUT, '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0);
В скрипте изменить папку. Все остальное лучше не менять, там гимор с этими параметрами...
Закачиваем:
Кидаем готовые к пересылке файлы в папку, правой кнопкой щелкаем на задаче, Выполнить задачу.
Sundance:
--- Цитата: Real4to от Января 28, 2008, 03:37:05 pm ---
Кидаем готовые к пересылке файлы в папку, правой кнопкой щелкаем на задаче, Выполнить задачу.
--- Конец цитаты ---
сегодня же попробую! :)
Elnur:
А какие проблемы с файлзиллой? Я запускаю сразу несколько Файлзилл, и гоняю сразу на несколько стоков.......
Навигация
Перейти к полной версии