Hi,
On a LAN even if there is no FTPServer active the
FTPClient takes 20 secs to timeout. I changed Timeout
from 15 to 2 to no avail. I use FTPClient1.OpenAsync.
Regards
Allan
___
Yahoo! Answers - Got a question? Someone out there
Hi,
Sorry, I forgot to put a subject during the last post.
>> On a LAN even if there is no FTPServer active the
>> FTPClient takes 20 secs to timeout. I changed
Timeout
>> from 15 to 2 to no avail. I use
FTPClient1.OpenAsync.
> Try with FtpTst sample program.
> Try with Windows command line.
Hi,
My Server application uses TFTPServer and
TServerSocket.
My Client application uses TFTPClient and
TClientSocket.
The client application tries to connect to the server
application within a LAN.
If the Server machine has a firewall running on it,
how do I recognise it.
I just get 10060 from c
Hi,
I am using Delphi 5 with ICS 1.42. My application runs
within a LAN. If a machine (say M1) with a TFtpServer
component is receiving a file from a TFtpClient (say
machine M2) and the LAN wire is pulled out then the
TFtpServer never resets the connection. I am able to
send a file from a third ma
Hi ,
I have been successfully using TFTPServer + TFTPClient combination with good
results. Now my need is to send data to a machine that has a NAS drive mapped
onto it. Here the speed falls drastically.
I have tried the following:
1) BulletProof FTP Server with mapped NAS as destination +
Hi,
As I am using Delphi 5 currently, therefore I will not be able to try V6. Is
there any difference in FtpClient's DataSocket.BufSize and RcvSize, because I
have tried changing DataSocket.BufSize to no avail.
Regards
Allan
__
N
Dear Arno Garrels,
>>When I said "client" I meant the client object on the server side or :
>>TFtpCtrlSocket, property RcvSize. It is available in ICS V5 as well.
Will try first thing in the morning and get back.
Dear Francois Piette,
>>What usually slow down a lot network transfert is the
Hi,
I tried increasing the RcvSize to 8192 and the transfer speed has doubled.
Though this is very good the basic problem still remains
Cases Tried :
1) Transfer to Drive Local to the FTPServer 5 Secs
2) Transfer to a Mapped Drive (mapped to another desktop) on FTPServer 10 Secs
3) Transfer to Ma
Hi,
I know writing data across a network is slower than writing
to the local disk therefore I put in case-2 which is 10 secs.
What I need to understand is why a copy to NAS drive takes more than double the
time as compared to a regular mapped drive. All the more worry is that other
FTP utlities
Dear Sirs,
Please do not give up on me ! At least give me a hint as to where I can look.
My earlier mail was :
I know writing data across a network is slower than writing
to the local disk therefore I put in case-2 which is 10 secs.
What I need to understand is why a copy to NAS drive takes mor
Hi,
I am using TSslFtpClient and and need the DateTime of remote files.
>From what I understand the only way is via the Dir command.
If so how do I parse list ? Is there fixed format ?
Warmest Regards
Allan
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lis
Dear Angus,
I am grateful to you for directing me to your Magenta components which work
together with ICS. In fact it takes care of all the coding I was planning
on doing.
I cannot find out the support section therefore I am writing here as you
are involved in both companies. Please let me know w
Dear Angus,
I tried uploading on a Internet FTP website and it works fine. Earlier I
was checking on LAN for convenience.
Sorry for the unnecessary trouble.
Respects to the entire team.
On Fri, Apr 12, 2013 at 12:52 PM, Angus Robertson - Magenta Systems Ltd <
an...@magsys.co.uk> wrote:
> > In
Hi,
How do I specify Ssl Certificates in MagFtp component ?
Regards
Allan
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
Hi Angus,
My application is a LAN backup application and users want to use FTP to
additionally
secure their data. I do not have much knowledge about SSL but I presume SSL
certificates are required if my client decides to use a FTPS site. Can you
guide me, I did not fully understand you above email
That is a huge relief. Thank You.
On Wed, Apr 17, 2013 at 12:10 PM, Angus Robertson - Magenta Systems Ltd <
an...@magsys.co.uk> wrote:
> > I do not have much knowledge about SSL but I presume SSL
> > certificates are required if my client decides to use a FTPS site.
>
> No, it is not necessary
Hi,
I have an application for backup that works on LAN. All data is copied into
a Folder and subfolders (please refer below pattern). Using MagFTP
component I intend to syncronise the Local backup onto the FTP site
(g:\Backups\*.*). My problem is that there is one folder that I need to
exclude (g:
Thanks that worked.
There is only one place in SelectCopyFileList() where you are assigning
SrcFileRec^.FrFileCopy := FCStateSelect ;
there I added my check of exclude folder using SrcFileRec^.FrFullName and
put
SrcFileRec^.FrFileCopy := FCStateNone
as per your advice.
Allan
On Tu
Hi,
1) In case I have to upload some data (eg: 5GB). How can I get to know
approximately how much time it will take ?
2) Just wanted to know if there are any size limits for upload with
ICS/MagFtp ?
Regards
Allan
--
To unsubscribe or change your settings for TWSocket mailing list
please goto htt
Thanks.
Also informing you that as far as Excludes are concerned the option you
have given suits me well because apart from subfolders I also need to
exclude files that have come into the folder after the FTP process has
started (snapshot effect). My FTP upload may go on for 2 to 3 days and the
app
Hi,
I am using TSslFtpClient and and need the DateTime of remote files.
>From what I understand the only way is via the Dir command.
If so how do I parse list ? Is there fixed format ?
Warmest Regards
Allan
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://li
Hi ,
My program needs to copy large files (1GB etc.) across
a LAN. I have to use Sockets with TCPIP because the
machines/disks are not shared. Since there is no
question of a web site I cannot use the FTP component.
I already have a lengthy logic using TServerSocket +
TClientSocket which copies d
Hi ,
I had previously asked:
> My program needs to copy large files (1GB etc.)
across a LAN.
Your advice was:
> The simplest solution is to use ICS FTP...
I have succesfully managed a test version with your
FTP component by refering to your examples.
Thank You.
I have been hunting for the He
Hi,
I use ICS version: V2.99 (Revised: May 29, 2005) with
Delphi5
My client's setup is thus:
MachServ (WinXP)
MachA (Win98)
MachB (Win98)
MachC (Win98)
MachD (Win98)
I have 2 applications MyNode.exe and MyServer.exe
MyNode: runs in background on all 5 machines. It Uses
following ICS components
Hi Arno Garrels,
>>What does this mean? Server?, client?, Port?,
PasvPortRange
>>or DataPortRange? Are you using Pasv mode?
I use two ports for Ftp communication
One set of TFTPClientP1 and TFTPServerP1 using port
5011 is used to communicate between MyNode.exe's.
The other set TFTPClientP2 and T
Hi Arno Garrels,
>> I still haven't got your configuration and the
problem completely.
>> As far as I understand the FTP server in question
>> is listining on port 5014.
>> It has active connections downloading files, but
one of your clients
>> gets a 10061 when it tries to connect, is that
correc
Hi ,
>> You know that FTP protocol use TWO ports. One for
control and one for data.
>> Maybe the data port on a server collide with the
control port or data port for another one.
Firstly let me apologise for my delayed reply. As I am
new to this socket programming I had to read up and
try out th
Hi,
>> You need a bigger data port range than that. This
>> will allow only one data transfer (can be a file
listing) then you will have problems with ports
>> being in time_wait state, so having no available
ports.
Please correct my interpretation if I am wrong.
One Ftp transfer can make use
Hi ,
>> I don't plan to support anything below Delphi 7
I am just giving finishing touches to my application
in delphi 5 with ICS components, after 3 months of
work. I am heartbroken to read that you will not be
supporting earlier versions. Could I be brave enough
to ask wether you will answer s
Hi,
I am getting the following error when I try to Start
the FTPServer
Error 10048 in function Bind
Address already in use
I have already assigned port = 5011 before Start.
Please advice.
Allan
Send instant messages to your online friends http://uk.messenger.yahoo.com
--
To unsubscribe or
Hi,
I use TFTPServer to accept files send by TFtpClient
over a LAN network.
At the TFTPServer end I just use two events
FtpServerP4AnswerToClient and FtpServerAuthenticate
There is memory loss after accepting a file. What is
the next simplest method to accept a file
Can I avoid using Threads
Actually the memory leakage is not with the TFTPServer
or the way I was using it. The Problem was with
TMemoryStatus which was showing rapid depletion of
memory on Win98.
Please accept my apologies for wasting your time.
Regards
Allan
___
Hi,
I am using Delphi 5 with your TFTPServer and
TFTPClient over a LAN network.
There are 20 machines sending data simultaneously to
the same TFTPServer. This is slowing down the machine
considerably.
I have no problem if the FTP transfers are slowed down
instead, therefore I am trying to add
App
Hi,
I use Delphi5 with ICS components. The program runs on
a LAN environment. I copy 2 files successfully from
node-A (TFTPClient) to node-B (TFTPServer).The 3rd
file has to go from node-A (TFTPClient) to node-C
(TFTPServer),
this is when I get
OnRequestDone RqType=15
ErrCode = 500
ErrorMessa
34 matches
Mail list logo