Questions tagged as 'ftp'

1
answer

Send files via FTP with PHP

I have the following code in PHP for UPLOAD of files in PHP and send to an external server via FTP. However, it returns the following error when I do UPLOAD: Warning: ftp_put(): Illegal PORT command. in /var/www/protocolo/teste/envia.php on li...
asked by 05.06.2017 / 16:52
4
answers

Check if a file exists on the remote machine via FTP in PHP

How can I check if a file exists on the remote machine using PHP through the functions of FTP in order to act accordingly? <?php $ficheiro = 'public_html/banana.xml'; $id_ligacao = ftp_connect($servidor_ftp); $login = ftp_login($id_li...
asked by 04.03.2014 / 22:17
1
answer

How to configure FTP PHP - Help

When using WinSCP I perform the following steps: (dummy data) hostname: bala.rimunivert.com.br username: zzzzzzz @ rjozzz000 after that he asks Gateway username: juliohenrique Gateway password: 1234566 and after that still appears:...
asked by 27.10.2017 / 15:52
1
answer

How do I download Delphi through FTP servers with authentication?

I have some files on an FTP server on Hostinger, and these files have been left there since links from FTP servers never change. As they are very important to make updates to my application, Delphi should download them.     
asked by 23.08.2015 / 21:08
1
answer

What is the difference between the FTP, FTPS and SFTP protocols?

What is the difference between the FTP, FTPS and SFTP protocols and in what contexts should I use each?     
asked by 22.03.2017 / 21:40
1
answer

Deploy with GIT via FTP

I have read several files that it is possible to deploy via FTP using GIT. I tried to follow several of them but did not succeed. I know there are sites that do all this deploy process like ftploy.com but at the level of knowledge I would like...
asked by 13.05.2015 / 23:39
1
answer

How to upload to an FTP site?

Hello, I have an FTP account in a domain, it is password protected but I need a Delphi application to upload files instead of FileZila and others. How can I upload files? I tried according to some sites and in none of them I was successful, you...
asked by 02.11.2015 / 15:00
1
answer

Comparison between FTP and HTTP for file transfer

One question that intrigues me is the transfer of binary files over the internet. I have experience in using FTP, which eventually went through firewall problems with clients. Another issue defended by sysadmins was about the lack of security...
asked by 24.03.2017 / 18:31
1
answer

How can I list all directories using FTP?

I've tried ftp_nlist () and ftp_rawlist () but return is always an empty array. The question of Access / Authentication is ok, will only try to read a list if the same already connected to a user: Example: $dados = array('host' =>...
asked by 04.02.2016 / 19:50
1
answer

Transfer files by FTP to Java Hosting

If I hire a host to host my Java application can I transfer files by ftp ? so that my application will read these files? I have a desktop application that stays on the server that generates a .xml file every 1 hour and I have a w...
asked by 12.06.2015 / 21:46