Hey people,
Just wanted to get your opinion on renaming this module ? The reason is, because drupal_ftp_* functions might be confused with the drupal core functions for programmers? And since this is more of an API, then a end user module, its even more important.
I'm thinking of names like 'ftp', 'ftpapi', 'ftpinterface'.
What do you think?
Thanks.
Comments
Comment #1
sylvain lecoy commentedFTP API is nice,
you should check the new ftp lib included in drupal7.
includes/filetransfer/ftp.inc
Maybe you can back-port it / merge it with your module.