[twsocket] Problem with Anonymous User [TFtpClient]

2005-05-05 Thread Artem Antonov
Hello, How can I log on FTP Server under Anonymous user? On Connection an error occured: 127.0.0.1 331 Password required for Anonymous. Error ocured: Password empty What I should assign to PassWord Property (now it's empty string or ''). Thanks. Best regards, Artem Antonov. -- To

Re: [twsocket] Problem with Anonymous User [TFtpClient]

2005-05-05 Thread Artem Antonov
Hello, Thanks, it works! Best regards, Artem Antonov. On Thu, 5 May 2005 16:59:24 +0300 "Fastream Technologies" <[EMAIL PROTECTED]> wrote: Hello, Anything other than the empty string should be fine in most circunstances. Alternatively you can assign a virtual email address

[twsocket] FTP Client - Server close Connection

2005-05-10 Thread Artem Antonov
Hello, how can I control from client application (with TFTPClient component) that server close connection? And how can I upload files to my ftp directory (and downloads them from it)? If user doesn't have permissions on writing, how I can check it? Thanks. Best regards, Artem Antonov.

Re: [twsocket] FTP Client - Server close Connection

2005-05-10 Thread Artem Antonov
s) each minute, and in the case of error user get message : "Error connection"? Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] [FTP Client] - Files started with dot

2005-05-10 Thread Artem Antonov
Hello, how I can get list of files, started with dot (from console avialable on command ls -lA). Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http

[twsocket] Get List Of Files From Dir [FTPClient]

2005-05-12 Thread Artem Antonov
o all dir's. 192.168.1.1 -> Dir1 --> Dir2 > and so on. Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www

Re: [twsocket] Get List Of Files From Dir [FTPClient]

2005-05-12 Thread Artem Antonov
ttp://www.overbyte.be Thanks a lot. I already found in a source of FtpCli Cwd() method and use it with the Dir() method. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] Disconnect from FTP Server [FTP Client]

2005-05-16 Thread Artem Antonov
utions are avialable? Thanks! Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Disconnect from FTP Server [FTP Client]

2005-05-16 Thread Artem Antonov
" command (after each one minute), but get an error thought connection was established. It is possible to get the error when user view some directory - (command "Pwd") and in the same period of time program send command "Syst"? Best regards, Artem Antonov. -- To unsubscrib

Re: [twsocket] Disconnect from FTP Server [FTP Client]

2005-05-16 Thread Artem Antonov
ar to it. I need again to test my program. Thanks for help. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TMemoryStream [FTP Client]

2005-05-17 Thread Artem Antonov
Hello, does FTP Client works with TMemoryStream to store result of DIR command in memory instead of in local file? I didn't find in FtpCli.pas it, but maybe it possible? And how in this case I can analyse contents of FTP directory? Thanks. Best regards, Artem Antonov. -- To unsubscri

Re: [twsocket] TMemoryStream [FTP Client]

2005-05-17 Thread Artem Antonov
m. Does TStringSteram supports by TFtpClient? Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TMemoryStream [FTP Client]

2005-05-17 Thread Artem Antonov
object. Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] [FTPClient] Rename File

2005-05-19 Thread Artem Antonov
Hello, how I can rename file, i.e. where I should set _old_ and _new_ file names? Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] [FTPClient] Rename File

2005-05-19 Thread Artem Antonov
On Thu, 19 May 2005 13:50:53 +0400 "Artem Antonov" <[EMAIL PROTECTED]> wrote: Hello, how I can rename file, i.e. where I should set _old_ and _new_ file names? Thanks. I have done it already. Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSoc

[twsocket] [FTP Client] Mask on files

2005-05-19 Thread Artem Antonov
or I should 1) Get files with mask 2) Get all files (with dir's) 3) Split two list's 4) Extract files with mask and dir's only, etc... Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/lis

[twsocket] [FTP Client] Binary Mode

2005-05-20 Thread Artem Antonov
Hello, I have question about using Binary Mode. If I set FTPClient.Binary = True, my data is transmited in Ascii mode anyway. How I can set Bianry mode right? As I understand, I shoud to use methods: TypeSet, TypeBinary or TypeAscii. Where to call them? Thanks. Best regards, Artem Antonov

Re: [twsocket] [FTP Client] Binary Mode

2005-05-20 Thread Artem Antonov
On Fri, 20 May 2005 17:12:45 +0400 "Artem Antonov" <[EMAIL PROTECTED]> wrote: Hello, I have question about using Binary Mode. If I set FTPClient.Binary = True, my data is transmited in Ascii mode anyway. Thanks, I've already managed with this problem. Best regards,

[twsocket] Computer Host Name By It's IP-adress

2005-05-30 Thread Artem Antonov
Hello, I have a question. How I can realize resolution from Computer Host Name to it IP-adress with the help of ICS? For example, I have DHCP-controlled local network, and with the help of FTPClient I connected to the FTP server, which IP address is dynamically allocated by DHCP server. Thus

[twsocket] [FTP Client] File attributes

2005-06-10 Thread Artem Antonov
Hello, how I can remove file from FTP server if it has read-only attribute? Or can I changed attributes via FTPClient component? Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket

[twsocket] Using TTnEmulVT

2005-07-15 Thread Artem Antonov
case this settings should be apply to open terminal window (Repaint method to use)? Thanks. -- Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Using TTnEmulVT

2005-07-18 Thread Artem Antonov
t runtime. For >example from the FormCreate event handler: >TnEmulVT1.WriteStr(#27 + '[2J'); Thanks! Question about security: as I read, TTnEmulVT it's "TELNET and ANSI terminal emulation combined" component. So, it does not support SSH protocol. How I can

[twsocket] Using TTnEmulVT

2005-07-18 Thread Artem Antonov
al window; 3) Write to the Terminal window without sending command to the host computer? Thanks for answers. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our websi

Re: [twsocket] Using TTnEmulVT

2005-07-18 Thread Artem Antonov
e Write, just as clear screen I showed you. > Instead, I also use WriteBuffer. And it works too. Thanks a lot. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TEmulVT: Keyboard Mapping

2005-07-21 Thread Artem Antonov
, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TEmulVT: Keyboard Mapping

2005-07-21 Thread Artem Antonov
eys? > > You can rewrite the table as you like. The size is fixed to 64. Thanks. Can I exchange "ibm_iso8859_1_G0" or "ibm_iso8859_1_G1" TXlatTables on Unicode Table to support German special symbols (umlaute)? Best regards, Artem Antonov. -- To unsubscribe or change you

[twsocket] TEmulVT: Using TXlatTables

2005-07-22 Thread Artem Antonov
Hello! I have question about TXlatTables. As I understand it's ISO-8859 coding pages. But why they are two: ibm_iso8859_1_G0 and ibm_iso8859_1_G1 ? In the "procedure TScreen.WriteChar(Ch : Char);" these tables are invoked on Shift key press? If anybody can please give me a hint how they are wor

[twsocket] [FTPCli] - Date and Time of file modification

2005-08-15 Thread Artem Antonov
FTP server (TYPSoft FTP Server) I get right time modification of file. How I can managed with it? Is it bug of FTPCli or it's depend only from FTP server? Thanks! Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elist

[twsocket] [FTPCli] - Setting File Attributes

2005-08-15 Thread Artem Antonov
Hello! How I can set file atributes (-rw-rw-rw- for example)? Should I use "Quote" method to send literal command to FTP server or there is another way? Thanks! Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.

[twsocket] [FTPCli] - Quote Method

2005-08-16 Thread Artem Antonov
nt.Quote, FtpClient.QuoteAsync); But from FTP server I get: 16.08.2005 10:36:17 - Executing requested command... > chmod 644 test.txt < 500 'CHMOD': command not understood. Request 33 done Status code = 500. How I can set file attributes or where is I am wrong? Thanks! Best regard

[twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
7;; FTPClient.PassWord := 'user_passw'; FTPClient.Binary := False; FTPClient.Passive := True; ... end; Thanks! Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
On Tue, 30 Aug 2005 15:25:24 +0200 Guillaume MAISON <[EMAIL PROTECTED]> wrote: > Artem Antonov a écrit : >> Hello! >> When I log on to remote host (Linux) via ftp protocol I get to root >> node (/), so I can view all directories. >> Why I can't get to my

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
/twsocket > Visit our website at http://www.overbyte.be Yes, FTPClient.Passive := True; It may have effect on connection result? Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] [FTPCli] - 421 No Transfer Timeout (300 seconds)

2005-09-13 Thread Artem Antonov
What should I do to fix it? Thanks! Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] [FTPCli] - 421 No Transfer Timeout (300 seconds)

2005-09-13 Thread Artem Antonov
On Tue, 13 Sep 2005 11:15:34 +0200 "Arno Garrels" <[EMAIL PROTECTED]> wrote: > Artem Antonov wrote: >> Hello! >> >> I had such a problem. To prevent of FTP server disconnection on >> timeout I use "Pwd" command: >> ExecuteCmd(FtpClien

[twsocket] TnEmulVT automation

2005-09-14 Thread Artem Antonov
Hello! The question is: how I can send username and pasword on connection with Telnet server without printing them on console, i.e. somethink like script? Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http