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

Re: [twsocket] Connect issue?

2013-04-23 Thread Angus Robertson - Magenta Systems Ltd
> When using ICS Connect and Feat one after another, the log looks > like this: > Like Connect would return prematurely, after USER command and not > ask for password. Has anyone seen this before? No, never. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Need to Exclude Folder

2013-04-23 Thread Angus Robertson - Magenta Systems Ltd
> 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 ex

[twsocket] Connect issue?

2013-04-23 Thread Kristof Gajsek
When using ICS Connect and Feat one after another, the log looks like this: Debug: > USER Debug: < 331 Password required for Debug: > PASS Debug: < 230 Logged on Debug: > FEAT Debug: < 211-Features: Debug: < MDTM Debug: < REST STREAM ... which is OK. However, occasionally, the log lo