Questions tagged as 'ftp'

0
answers

How to create a TXT from information from Firebase in android studio and save it in an FTP

I have a app to sell items that store the information in Firebase but at the end of the order I need to generate a .txt file with the articles and properties example I have in firebase Articles and inside I have color, price...
asked by 23.01.2018 / 22:05
1
answer

Read a JSON hosted in an FTP protocol URL

I want to do an App with Android Studio to see a JSON hosted on a FTP . What would that connection be like?     
asked by 01.01.2018 / 01:16
0
answers

JSCH library for connection to SFTP server "Preserve Timestamp"

My question is, if I open some way to configure JSCH so that it does not keep the "Timestamp" when uploading the files, that is: in WinSCP comes an option like this:   That's the option I want to configure in JSCH. I have a part where a con...
asked by 14.11.2017 / 18:51
1
answer

Download an FTP folder from Java (Using FTPClient Apache Commons Net)

I do not know how to download a folder from an FTP from Java. The library described below only allows the download of specific files. The entire code is based on FTPClient . Here is the method to make backup copies of the "www" folder of any...
asked by 08.11.2017 / 10:59
1
answer

Upload files to an FTP with PowerShell

Good morning, I'm trying to upload files to an FTP with PowerShell but it gives me an error, if you can bring some light I would appreciate it very much. $ftp = "ftp://192.168.0.2/" $user = "user" $pass = "pass" $webclient = New-Object...
asked by 20.10.2017 / 09:52
0
answers

error when trying to get file from ftp with php

I am trying to get a pdf from an ftp server through the file_get_contents () function, but not what it is doing, I printed the last error that occurs and it returns me: Array ( [type] => 2 [message] => file_get_contents('ftp://User:Pass@...
asked by 30.09.2017 / 20:58
0
answers

Upload to FTP through PHP

Good morning. I am trying to upload a file through an HTML form with PHP. The connection is successful and moves successfully to the route, but at the time of making the upload fails, giving me in Filezilla Server the failure "550 Permission den...
asked by 21.09.2017 / 12:26
0
answers

FTP access via cmd

You'll see I'm having problems accessing my ftp directory via command line. ftp> open ejemplo.com 46256 Conectado a ejemplo.com 220 Microsoft FTP Service 200 OPTS UTF8 command successful - UTF8 encoding now ON. Usuario (ejemplo.com:...
asked by 22.07.2017 / 17:40
1
answer

Problem with hosting

I have a problem with a hosting, I am the new administrator of this, but since I do not know very well what the previous one did, or where he put things, I'm a bit misplaced, I'm sure it will be silly, but I can not find out What's up. The issue...
asked by 21.06.2017 / 11:32
3
answers

Requests for sub-resources using ftp protocols are obsolete

Good, I have the following problem: when entering the product module of my platform (with HTTPS protocol) and consult a product, the information returned by the web service is the product detail, in which comes a field called image which has...
asked by 29.05.2017 / 23:35