Questions tagged as 'ftp'

0
answers

Error interpreting jpeg image when downloading

The error is as follows: "(Error interpreting JPEG image file (Not a JPEG file: starts with 0x3c 0x70)" And this is my script to download files: //Extensión del archivo para elegir el mime type switch ($ext) { case 'pdf': $headerType =...
asked by 27.08.2018 / 20:21
0
answers

I can not count to FTP with the public ip of my VPS. [Problem with sftpd (FTP) Centos]

The listening ports on localhost The listening ports with the public ip (Where port 21 no longer appears) I already use the commands to open the iptables and firewall-cmd ports, I have already opened the ports from my provider....
asked by 25.08.2018 / 10:14
0
answers

Error executing a script to upload files via FTP to an external server - 'PORT' Command not implemented

I have a script to upload files via FTP to an external server through PHP, which is generating errors and even if it changes to the passive port, or from FTP_Binary to Ascii or inverse, keeps generating errors. When putting ftp_pasv () ,...
asked by 25.07.2018 / 23:31
1
answer

Google Cloud SSH access

I have a server in Google Cloud and I used the SSH access to edit, install and change files. The problem is that I was looking for a way to install a FTP access and used: apt-get install vsftpd libpam-pwdfile and I changed the file vsft...
asked by 17.07.2018 / 17:13
1
answer

File downloaded from Ftp Android (Java)

I try to download a file from a web server, but I can not code it "creates" it empty and does not create it with the ftp server data, I use Apache Commons Net API, My problem is in MainActivity > showProductDialog > ftpclient.ftpdownload (...
asked by 03.05.2018 / 06:08
0
answers

Download flat files within a directory of an ftp0 server with ftplib

I need to download the files stored inside a directory of a public ftp0 server, to later be able to generate a table with data extracted from them. I've tried with various programs taken out of ftplib but I get an error: import sys i...
asked by 03.04.2018 / 13:18
0
answers

Upload files to a server through ANDROID

tengon a question as I do to be able to upload a file either .txt, .jpg, .mp3, .mp4, etc, etc by android do not know if you can use a library or something similar or if android that has one to use I've been trying with one that is called commons...
asked by 30.03.2018 / 04:28
0
answers

How to create an FTP account in an instance vm Google Cloud?

I have an instance vm in Google Cloud Platform with LAMP and configure Wordpress, the problem is that for updates Wordpress asks me for an FTP account: I have seen an infinity of tutorials and guides on how to mount an FTP Server in lin...
asked by 12.03.2018 / 03:54
1
answer

How to create a Direct Access to an FTP address with a bat file (or VB.NET code)?

What I want to do is a direct access to an FTP site, for users to run the .Bat and automatically create Direct Access on their desktops and open the FTP site with Windows Explorer. I hope you can help me. Edit: I can also use a code in VB....
asked by 03.02.2018 / 00:28
0
answers

error "Access to the path 'MyPathLocal' is denied." when downloading an FTP file to Local c #

I have to download a file from an FTP server to Local, but this error appears: "Access to the path 'Path Local donde quiero descargarlo' is denied.". My code is this: public static bool FtpDownloadFile(string username, string password,...
asked by 26.01.2018 / 11:10