Link to home
Start Free TrialLog in
Avatar of WebserviceMX
WebserviceMX

asked on

Connect to a FTPS server using Server Side Language

I need to connect to a FTPS service using a server side language like php or perl.

Using PHP ftp_ssl_connect (http://php.net/manual/es/function.ftp-ssl-connect.php), succesfully can connect, and perform almost all commands except for put/get,  every file that i send to repository or get from it results in a zero byte file.

I've tried also with Net::FTPSSL in Perl but same issue.

Some one got experience on this case and can help me?

Also i need to install some SSL certificates, where do i need to place them in order to connect with FTPS service?
SOLUTION
Avatar of AlexPace
AlexPace
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WebserviceMX
WebserviceMX

ASKER

Thanks @AlexPace and @DaveHowe let me check if i can fix it that way