Questions tagged [chilkat-ftp]

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows. The company's homepage is located at Chilkat Software.

4 questions
3
votes
1 answer

Intermittent Authentication failed or partial success error

I am getting an intermittent Authentication failed or partial success. (1) error. ChilkatLog: AuthenticatePw: DllDate: May 25 2017 ChilkatVersion: 9.5.0.68 UnlockPrefix: XXXXXXXXX Architecture: Little Endian; 64-bit Language:…
Elish
  • 486
  • 3
  • 12
0
votes
0 answers

How can I cancel an FTP transmission?

I made a client for my brother in law to use to download files from me easily, and I wanted to add the ability to cancel a download. I can't seem to figure it out though; how do you do it? I saw there is an "AbortCurrent" on the FTP object, but…
Donal23
  • 41
  • 3
0
votes
1 answer

CkFtp PutTree not working with UNC pathes any more

With Chilkat-Library starting version 9.5.0.76 the function PutTree of CkFtp2 did not work with UNC-paths any more. It tries to change the remotedir like the local UNC-path. Code sample: CkFtp2…
serras
  • 1
0
votes
0 answers

Modifying a GUI to support FTPS (explicit or implicit) connections, what extra fields do I need to display to user?

Hi I am adding FTPS support to an existing WinForms GUI that already had standard FTP support. So the existing GUI already has fields for Host, Port, Username, Password. I use a 3rd party control (chilkat FTP) to manage the actual FTP connections,…
Dave Ludwig
  • 460
  • 1
  • 4
  • 14