Questions tagged as 'ftpclient'

0
answers

Read Time Out when using FTPClient in Java. Right at the end of the transfer

I hope you can help me. I am trying to save a file on an FTP server that I have in WIndows Server 2012 with the following code, in fact I worked without problems when I had the FTP server in Linux. FTPClient ftpClient = new FTPClient(); ftp...
asked by 20.12.2018 / 19:30
0
answers

FTP client fails on LAN with Windows Server 2016 router

I have a Windows Server 2016 with two cards acting as a router. A WAN card connects to the router and another LAN card connects to the switch that serves the workstations and peripherals. Everything works correctly, the PCs go to the internet (W...
asked by 08.10.2018 / 16:17
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
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