Questions tagged as 'ftp'

1
answer

"sun.net.www.protocol.ftp.FtpURLConnection can not be cast to java.net.HttpURLConnection" when connecting to an FTP server in Eclipse

I have a problem with Eclipse when connecting it to an ftp server. I have my project, which, I want to be synchronized with git (I already have the plugin installed). This plugin works correctly as long as it is synchronized with a repository...
asked by 05.01.2016 / 13:37
1
answer

List FTP Server Files

I am trying to create a simple application that allows me to list the files of an FTP server but I have not managed to do it. If someone has a simple way to do it, I would be very grateful.     
asked by 05.06.2016 / 22:18
2
answers

Download files from my FTP Server

I have an FTP server from which I need to download some images. I have already searched several codes on the Internet where they tell me to download thousands of bookstores, show the code and none of them work for me. I'm doing this applic...
asked by 11.02.2016 / 18:58
2
answers

How to connect via FTP on Android?

I am trying to connect locally to the FTP server to recover some files and read them. The program peta when making the connection to the server "localhost".    02-02 11: 34: 38.472 3867-3867 / com.mimapa E / AndroidRuntime: FATAL   EXCEPTI...
asked by 02.02.2018 / 10:19
1
answer

Send FTP files with phyton

I am sending a file via FTP using Phyton. My code: #!/usr/bin/python import ftplib import os filename = "MyFile" ftp = ftplib.FTP("xx.xx.xx.xx") ftp.login("UID", "PSW") ftp.cwd("/Unix/Folder/where/I/want/to/put/file") os.chdir(r"\windows\fo...
asked by 26.04.2017 / 17:18
1
answer

Sort upload php files on my FTP Server

Hello, it is possible to upload files and that the php code will order these files in numbers. That is, for example I upload many repeated files, others not repeated, and the php code will rename me by numbers in order 1.2.3.4.5.6 .... etc and t...
asked by 10.10.2016 / 16:10
1
answer

problem uploading file with ftp_put ()

when using function ftp_put() of php to upload file to an ftp, it actually uploads the file, but it arrives without weight, that is 0 B, I attach the code that I am using (it is not problem of permissions of the folder where I'm sending i...
asked by 03.03.2017 / 14:22
0
answers

CMD - Batch with FTP - Error raising excels (.xlsx) [closed]

The .bat uploads the file but it seems to corrupt it, it marks me that it uploads correctly and I check in the FTP and in fact I see that it has been uploaded but when opening it (downloading it to the PC or opening it with a php library) it say...
asked by 25.04.2018 / 17:18
2
answers

Failed to pass files from VPS to a shared FTP hosting

The destination FTP folder has permissions 775, and the FTP user is the administrator user of that shared hosting account and therefore I understand that the permissions to be made The transfer is adequate to write. The code includes a fu...
asked by 23.03.2017 / 12:52
2
answers

Wordpress asks me the ftp data to update the plugins

Since yesterday every time I want to update a plugin, Wordpress asks me for the FTP data, which I never had and never put because I use an instance ec2 and I connect to the FTP with the PEM file. Does anyone know why wordpress asks me for this i...
asked by 05.09.2018 / 18:47