Questions tagged as 'ftp'

1
answer

Upload file via FTP - PHP

I'm trying to upload files to a specific folder on my Hostgator server, however I put the exact path of the folder and the file does not appear in the folder that set the path, it appears in the root folder. Here is the code: ' /*----------...
asked by 01.11.2018 / 15:00
2
answers

Use FtpWebRequest with uri https

Sirs, good afternoon, I'm creating a service that will upload some files to an FTP link, but this is like HTTPS ( link ). It occurs that the FtpWebRequest class does not allow the use of uri hhtp / https, with the error below occurring....
asked by 09.11.2015 / 17:30
1
answer

Connection with 3g unstable blocked in C #

Personal I have a system, which uses a table in mysql to check if there is an update for it, It happens that in certain moments, it is necessary that the modem is reconnected so that the system can do these operations web, someone knows the reas...
asked by 06.02.2015 / 13:54
1
answer

List ftp folder with php

Good afternoon guys, can you help? I want to list all the files in a folder of an ftp connection with php, I am using this code: // Dados do servidor $servidor = 'server'; // Endereço $usuario = 'user'; // Usuário $senha = 'pass'; // Senha //...
asked by 06.04.2018 / 17:34
1
answer

How to delete directories containing sub directories and files on an FTP server in Delphi?

I've been trying to get my Delphi 2010 application to remove a directory on an FTP server, I've used TIdFTP for this task with the "RemoveDir" command, but the process fails, because according to the application the directory does not is empty....
asked by 02.02.2018 / 15:28
1
answer

Upload via FTP a whole folder using DOS

I need to load a folder (~ 300mb) that contains files from a framework (magento) to the cloud server where my application is. The server GUI only allows you to upload files individually and folder creation has to be manual one by one. To get aro...
asked by 08.01.2018 / 19:26
1
answer

Download all files from a remote FTP directory

I would like your help because I am making an application that downloads files from a remote ftp directory. Could you pass the code to implement in C # please? Connect to remote FTP and copy all files from the directory to a local folder o...
asked by 14.11.2017 / 18:35
2
answers

I need to connect to an SSH FTP server in PHP

I have this code: <?php $ftp_server="MEUHOST.COM"; $conn_id = ftp_connect($ftp_server, 2222) or die("Couldn't connect to $ftp_server"); if (!ftp_connect($ftp_server)) echo "not connected"; else echo "successful connected"; ?> but it...
asked by 30.06.2017 / 15:16
1
answer

java.io.FileNotFoundException: /storage/emulated/0/desk.csv: open failed: EISDIR (Is a directory)

I have the following screen: Ievenaskedanotherquestion,whichwashavingtroubleloadingthedirectoryfilesinthespinnerandhasalreadybeensolved,theproblemnowiswhenclickingtheImportbutton,toimportthecsvfileintotheImportfolderthatislocatedinthemyFTP,I...
asked by 15.06.2016 / 16:11
1
answer

Error connecting to ftp using proxy c #

I have an application that connects to an ftp, however when I try to connect using proxy authentication I get an error. O servidor remoto retornou um erro(514). Proxy retornou um erro. This is the method that gives the error. public strin...
asked by 22.07.2016 / 16:00