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
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
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.
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
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
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
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
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
" 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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
,
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
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
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
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
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.
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
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
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
/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
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
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
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
36 matches
Mail list logo