Skip to main content

[archive] c$socket to ftp

  • September 27, 2008
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 26 September 2008]

I have read through several post on sockets and ftp. I am trying to setup a program to handle my ftp processes using the c$socket and I am having some problems. I am making the connection and getting logged in but can't seem to get my data-connection to work correctly. Does anyone have a sample working program they are willing to share. I am including my program so if anyone has time to look at it to see what I may be doing wrong.

Thanks for any help

1 reply

[Migrated content. Thread originally posted on 26 September 2008]

I have read through several post on sockets and ftp. I am trying to setup a program to handle my ftp processes using the c$socket and I am having some problems. I am making the connection and getting logged in but can't seem to get my data-connection to work correctly. Does anyone have a sample working program they are willing to share. I am including my program so if anyone has time to look at it to see what I may be doing wrong.

Thanks for any help
There is a sample FTP application using C$SOCKET at:

http://www.acucorp.com/support/public/sample_programs/index.php

Select "Programs Featured in Acucorp News" and download FTPapp.zip.