[twsocket] Date of File (FTP)

2013-05-22 Thread Allan Fernandes
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

Re: [twsocket] MagFTP Upload Speed

2013-05-06 Thread Allan Fernandes
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

[twsocket] MagFTP Upload Speed

2013-05-06 Thread Allan Fernandes
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

Re: [twsocket] Need to Exclude Folder

2013-04-23 Thread Allan Fernandes
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

[twsocket] Need to Exclude Folder

2013-04-22 Thread Allan Fernandes
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:

Re: [twsocket] MagFtp and SslContext

2013-04-16 Thread Allan Fernandes
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

Re: [twsocket] MagFtp and SslContext

2013-04-16 Thread Allan Fernandes
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

[twsocket] MagFtp and SslContext

2013-04-15 Thread Allan Fernandes
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

Re: [twsocket] Resume in Magenta

2013-04-12 Thread Allan Fernandes
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

[twsocket] Resume in Magenta

2013-04-11 Thread Allan Fernandes
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

[twsocket] Fwd: Date Time ?

2013-04-07 Thread Allan Fernandes
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

[twsocket] FTP Slow on NAS

2008-08-08 Thread Allan Fernandes
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

[twsocket] FTP slow on NAS

2008-08-06 Thread Allan Fernandes
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

[twsocket] FTP slow on NAS

2008-08-05 Thread Allan Fernandes
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

[twsocket] FTP slow on NAS

2008-08-04 Thread Allan Fernandes
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

[twsocket] FTP slow on NAS (Allan Fernandes)

2008-08-03 Thread Allan Fernandes
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

[twsocket] FTP slow on NAS

2008-08-02 Thread Allan Fernandes
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 +

[twsocket] sub: FTPServer Timeout

2008-03-20 Thread Allan Fernandes
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

[twsocket] Recognise FireWall

2007-07-03 Thread Allan Fernandes
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

[twsocket] FTP Timeout on LAN

2007-05-13 Thread Allan Fernandes
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.

Re: [twsocket] TWSocket Digest, Vol 219, Issue 3

2007-05-12 Thread Allan Fernandes
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

[twsocket] Control connection closed - Some Machines only

2006-08-29 Thread Allan Fernandes
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

[twsocket] Reduce Priority TFTPServer

2006-08-16 Thread Allan Fernandes
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

Re: [twsocket] Minimum Events Required

2006-08-09 Thread Allan Fernandes
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 ___

[twsocket] Minimum Events Required

2006-08-08 Thread Allan Fernandes
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

[twsocket] Error 10048 in function Bind

2006-05-22 Thread Allan Fernandes
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

[twsocket] Mercy !!

2006-03-31 Thread Allan Fernandes
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

Re: [twsocket] Odd Behaviour

2006-03-20 Thread Allan Fernandes
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

Re: [twsocket] Odd Behaviour

2006-03-17 Thread Allan Fernandes
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

Re: [twsocket] Odd Behaviour

2006-03-10 Thread Allan Fernandes
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

Re: [twsocket] Odd Behaviour

2006-03-09 Thread Allan Fernandes
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

[twsocket] Odd Behaviour

2006-03-06 Thread Allan Fernandes
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

[twsocket] Help Files ?

2005-11-18 Thread Allan Fernandes
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

[twsocket] File Transfer across LAN - Newbie

2005-11-14 Thread Allan Fernandes
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