Questions tagged as 'ftp'

1
answer

Automatic download of data from an ftp address

Could someone please help me download data from a ftp every time I log into my machine (linux mint) using a shell script? I've tried countless times, but to no avail. I'll show you the attempts and their errors. wget ftp://41.94.65.2:SENHA@ftp...
asked by 11.02.2017 / 09:32
1
answer

How to list files and folders on ftp server?

I'm not able to make the FTP server listing in the app using the Android emulator, I realize that in older versions of Android the listing usually happens. But from Android 4 I have problems for this, I also tested running the project on my m...
asked by 22.10.2016 / 02:05
1
answer

Problem downloading FTP / PHP files

This is my code to force the download: <?php ftp_get($conn, $local_file , $server_file, FTP_BINARY); header('Content-Disposition: attachment; filename="' . $local_file . '"'); readfile($local_file); ftp_close($conn); ?> Th...
asked by 28.10.2016 / 20:09
1
answer

Problem trying to transfer files using the Apache FTP implementation in Java

I am performing FTP file transfer using JAVA. I'm using Apache's FTPClient and FTPServer classes. In a specific environment, sometimes the files are not transferred. I call the enterLocalPassiveMode method of FTPClient before calling the...
asked by 12.07.2016 / 21:10
1
answer

Failed to Change Directory - Indy 10 - IdFTP

The folder of the ftp is existing, I checked manually and even then this error occurs. Folder on ftp: Then follow the code: with IdFtp2 do begin Host := edtServFTP2.Text; Port := StrToInt(edtPorta2.Text); ReadTime...
asked by 11.02.2015 / 13:52
1
answer

Uploading images with c # windows forms and php

I've been trying to find a solution to my problem for at least two weeks and I can not seem to make it work. The idea is this: I have an application Windows Forms written in C# , in which I will have a OpenFileDialog that wil...
asked by 02.02.2017 / 00:01
1
answer

Error 550 when deleting a directory via FTP

I'm using FileZilla. Here is the error when trying to delete a folder:    Answer: 550 Could not delete 33: Invalid argument I followed a tutorial for image upload , the difference is that I created a folder with the user id and inside it...
asked by 01.04.2016 / 00:00
0
answers

CSV file via FTP automatically

Dear, I have a doubt, I have a script in php that already creates a CSV file for the machine itself. I need this CSV to be sent to an FTP automatically every day, however I can not think of the logic of joining the two scripts, given that it is...
asked by 21.06.2018 / 21:22
1
answer

c # - file upload on ftp works only the first time

I have a function that sends files to an ftp, the first time I use it it works perfectly, however when I use it a second time it gets stuck on the line: using (Stream writer = ftpRequest.GetRequestStream ()) The full function code follows:...
asked by 15.06.2018 / 05:14
0
answers

Ftp without usb cable does not work

I have a problem for days and I can not resolve it. I installed a java routine for ftp in xamarin and it works perfectly since the usb cable (used for debugging) is connected (note and smart) ie if I open xamarin and run in debug mode the routin...
asked by 23.03.2018 / 22:48