Questions tagged as 'ftp'

0
answers

Server does not recognize changes to files uploaded by FTP

I'm servicing a store that is on a server, and I'm using FTP to send the modified local files to the server. More specifically the Filezilla . I've been doing occasional updates on the store code, and everything is fine. However, now there h...
asked by 21.04.2017 / 17:19
1
answer

How to upload via FTP instead of HTTP

I need to send files over 2GB, and I ended up reading that it is better to use FTP, I researched a bit and got this code: uploadFTP.php <?php set_time_limit(0); $server_ftp = 'xx.xx.xxx.xxx'; $usuario_ftp = SQL_USUARIO;...
asked by 27.03.2017 / 16:26
1
answer

how to connect to an ftp server

I have this code I wanted to call me at ftp . By the browser I can, but by the code tells me that it can not log in. Follow the code, I hid the data: $ftp_server = "" ; $ftp_user_name = "" ; $ftp_user_pass = "" ; $depth = 10; $conn_i...
asked by 26.01.2016 / 10:52
0
answers

Android - How do I send an Audio to an FTP server?

I'm creating a Wall where people can send text and audio messages to a php server, text messages and the mural work perfectly, but I have no idea how to store recorded audio and send it right away . I saw some examples on the internet and I'm...
asked by 18.12.2015 / 18:32
0
answers

Problems sending video to ftp

I have the following class: public class CameraReceiver extends BroadcastReceiver { private Cursor cursor; private MetodosUtils metodosUtils = new MetodosUtils(); private Context context; @Override public void onReceive(f...
asked by 18.08.2015 / 15:48
0
answers

New Visual Studio Code

I'm starting to use the Microsoft Visual Studio Code text editor and I'm missing a plugin for sftp. Anyone who has knowledge could help me?     
asked by 13.05.2015 / 21:34
1
answer

Using FTPClient I can not send file to FTP server. Problem with permission

I'm developing an android application that accesses an FTP server where I save backup files. I'm using this tutorial. The FTP server is CesarFTP. The operating system is a Windows Server 2008 R2. I make copies of files by FTP without proble...
asked by 20.01.2015 / 13:44
0
answers

Opening data channel fixed on ftp connection

I'm trying to connect to multiple FTP servers via the DOS command line, but whenever I try, it returns me the line   
asked by 06.01.2015 / 14:52
0
answers

ftp_put only works once

When I use the script below it only works the first time it runs. When I try again it does not send the file, it just writes locally. Because? I'm using ftp_close , is not that enough? When I change the host, it works only for the fir...
asked by 05.11.2014 / 04:32
0
answers

Problem with FTP connection

By the browser I can connect and browse my FTP server already by the Android of the error and I have the following code. public class MyActivity extends Activity { Spinner SpnListarArquivosFTP; ArrayList<String> ArquivosFTP = new Array...
asked by 06.11.2014 / 17:43