Questions tagged as 'ftp'

2
answers

FTP connection is not listing files

I am not able to list the files in the folder via FTP (by Filezilla I can access list correctly): FTPClient ftp = new FTPClient(); ftp.connect("ip_ftp"); ftp.login("usuario", "senha"); System.out.println("conectado: " + ftp.isConnected()); //...
asked by 25.11.2015 / 14:50
1
answer

Download via FTP with JavaScript

I would like to know how I can be putting on my page the user's option to download via FTP. I do not want the user to enter the information for FTP access and also that he does not see the FTP data he is accessing to download. Is this possibl...
asked by 30.06.2015 / 21:23
1
answer

FtpWebResponse.GetResponseStream returning an HTML

I'm doing an FTP connection, with FtpWebResponse c # . So far so good, I'm listing the directories as this answer . When I simulate an FTP server locally with FileZilla Server included in XAMPP, I make the directory listing and it co...
asked by 27.05.2015 / 19:37
1
answer

FTP Download via PHP

I need to remove a file from an FTP server using PHP. How to do this?     
asked by 26.10.2014 / 21:07
2
answers

How do I notify the user that an FTP file is up to date?

I'm developing an android application that lists and opens files from a directory via FTP I need my application to notify the user that there is an updated version of a file by means of a toast or any other form, that is, when I open the appl...
asked by 26.05.2014 / 15:19
0
answers

What are binary download differences, auto LF, auto std and text?

In bitvise ssh, you have upload and download mode options that are binary , auto LF , auto std , and text . What are the differences between them?     
asked by 13.08.2016 / 13:59
0
answers

Deploy laravel 5.2 FTP

I published my first laravel project via FTP, to understand how the structure works inside a server. I uploaded everything inside the folder www and created a .htaccess in the root to reference the public folder of laravel, so far everything...
asked by 13.07.2016 / 21:54
0
answers

Error 501 when connecting to FTP

I have a C # (Windows Forms) application that accesses the company's FTP to download some files and / or upload. Only, on two specific clients, the application can not access FTP. It gives the following error:    The remote server returned...
asked by 24.11.2014 / 18:26
2
answers

Error importing csv files from FTP into the application

I'm creating an application and I'm trying to import some csv files that are on ftp into the android. Then I have hers as follows: InSpinnerwilllistallthefilespresentinthe"import" folder that is inside my FTP. But when this listing is...
asked by 15.06.2016 / 14:38
1
answer

File upload to server via FTP via linux command line

Good morning. I have some doubts regarding a project that I am finishing using linux (I do not have much domain). I have a program written in C that generates .txt files, I should make this program run every day (until then, I know I should u...
asked by 19.07.2018 / 16:39