IMHO.WS

IMHO.WS (https://www.imho.ws/index.php)
-   Обсуждение программ (https://www.imho.ws/forumdisplay.php?f=3)
-   -   Посоветуйте non-GUI FTP-клиент (https://www.imho.ws/showthread.php?t=70971)

SwiMMeR 14.10.2004 08:35

Посоветуйте non-GUI FTP-клиент
 
Посоветуйте FTP-клиент, удовлетворяющий следующим требованиям:
- работа на платформе Windows;
- консольный или запуск из командной строки;
- обработка сценариев;
- соединение через прокси.

Рассмотрю все варианты ;)

В чем собственно суть проблемы? А суть в том, что необходимо с определенной периодичностью или по требованию закачивать на фтп-сервер файлы. Сервер находится за проксей. Файлы для закачки - все файлы из каталога. ОС - Windows.

_Mylo_ 14.10.2004 10:49

А чем встроенный ftp.exe не устраивает?
Выдержка из встроенной справки Windows
Код:

To create a doskey macro for a program called Ftp.exe, include /exename as follows:

doskey /exename=ftp.exe go=open 172.27.1.100$tmget *.TXT c:\reports$tbye

To use the preceding macro, start ftp. At the ftp prompt, type:

go

Ftp runs the open, mget, and bye commands.

и ещё оттуда же
Код:

Syntax
ftp [-v] [-d] [-i] [-n] [-g] [-s:FileName] [-a] [-w:WindowSize] [-A] [Host]

Parameters
-v Suppresses the display of FTP server responses.
-d Enables debugging, displaying all commands passed between the FTP client and FTP server.
-i Disables interactive prompting during multiple file transfers.
-n Suppresses the ability to log on automatically when the initial connection is made.
-g Disables file name globbing. Glob permits the use of the asterisk (*) and question mark (?) as wildcard characters in local file and path names. For more information, see Related Topics.
-s:FileName Specifies a text file that contains ftp commands. These commands run automatically after ftp starts. This parameter allows no spaces. Use this parameter instead of redirection (<).
-a Specifies that any local interface can be used when binding the FTP data connection.
-w:WindowSize Specifies the size of the transfer buffer. The default window size is 4096 bytes.
-A Logs onto the FTP server as anonymous.


SwiMMeR 14.10.2004 11:11

_Mylo_
Borland

Не могу заставить его ходить через прокси :(
ИМХО, он вообще через них не ходит

Borland 14.10.2004 11:28

SwiMMeR
Через ftp-proxy - ходит.

spleenJack 14.10.2004 11:50

SwiMMeR
если в Делфи делаешь, то можно исрользовать IdFTP (Indy Clients). Он может и через проксик ходит, и файлы аплоадить.

SwiMMeR 14.10.2004 12:01

Borland
А с чем его едят? Этот прокси ... у меня два, но оба HTTP-Proxy
нужно, чтобы FTP-клиент считывал настройки прокси (IP-адрес или DNS и порт) из сценария или своих собственных настроек.

AriX
Я делаю в VB .NET


Часовой пояс GMT +4, время: 16:05.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.