Questions tagged [ftp-server]

Server for the File Transfer Protocol (FTP), a standard network protocol used to transfer files from one host to another host over a TCP-based network.

225 questions
3
votes
1 answer

FTP Connection Timed out 421 : parser error

The question has beed edited. I am trying to list all the files in a FTP directory - and though the code works fine when run in a normal Netbeans project, when using the same code in a Maven project its results in a connection timed out 421 . How…
Raja
  • 305
  • 2
  • 4
  • 14
3
votes
1 answer

Uploading file to ftp server with arabic name(encoding error)

I am trying to upload a file whose name is written in Arabic language to ftp server, and i succeed in uploading the file but i have a problem at the ftp server, where the uploaded file name is incorrect and take unreadable format like "????????" or…
Ahmy
  • 5,420
  • 8
  • 39
  • 50
2
votes
1 answer

Ftp client cannot transfer file using IPV6

I am writing java code to send file through ftp as followed. The server that i used is FileZilla Server software at localhost. public static void main(String[] args) { try { String host = "fe80::21a:a0ff:fe8d:fe63"; //No problem if…
Joe Ijam
  • 2,123
  • 4
  • 19
  • 30
2
votes
0 answers

javax.net.ssl.SSLException: Improper close state: Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0

I am getting the below error when I tried to connect FTP server which is running in an open shift cluster. I want to upload the file to the FTP server with the below code. I have referred to the below URL to write the…
Chetan
  • 63
  • 1
  • 8
2
votes
1 answer

How to set root directory of ftp-srv in Node.js

I'm trying to create an ftp server using ftp-srv Here is my code: const FtpSvr = require ( 'ftp-srv' ); const hostname = '0.0.0.0'; const port = 5053 const ftpServer = new FtpSvr ({ url:'ftp://' + hostname + ':' + port , anonymous: false, …
Ahmad
  • 214
  • 1
  • 13
2
votes
0 answers

FTPS server giving Error: Timeout (control socket)

I am trying to connect to ftps server using node js. I am using "https://www.npmjs.com/package/basic-ftp" module. but its giving me following error. I have tried many modules but same error is occured. Please help me out index.js const ftp =…
Somnath Rokade
  • 655
  • 1
  • 9
  • 27
2
votes
1 answer

Using CURL download file in FTPS server but output have the wrong size

I'm trying to download a file in FTPs server by CURL but when I use 2 commands it will give 2 different results. Example: I have the file fileName.zip have size is 40mb. When I use the first command: curl --insecure -u username:password…
Ngọc Tú
  • 21
  • 4
2
votes
1 answer

I cannot connect to my FTP server by FTPS with Apache FTPSClient with custom SSLContext - getting "Unrecognized SSL message, plaintext connection?"

I am writing program to connecting to FTP server by FTPS. Source code: String protocol = "TLS"; String host = "192.168.5.165"; String username = "usr"; String password = "111"; String trustStorePath = "C:/TEMP/truststore"; String trustStorePassword…
Dias
  • 63
  • 1
  • 7
2
votes
0 answers

Could not access files from FTP Server using Azure datafactory

I am trying to copy files from FTPServer to Azure Blob store.I have reffered below link : https://learn.microsoft.com/en-us/azure/data-factory/v1/data-factory-ftp-connector The FTPLinked Service gets deployed but when I execute the pipeline, the…
Amruta
  • 701
  • 4
  • 15
  • 38
2
votes
0 answers

Populate Datatable from FTP server CSV file

Populate datatable in c# from ftp server csv file. I can able to read csv file but the content it is giving is encoded format like'\000\3000' etc. So please help me out for this issue. Thanks in advance. Logic: string ftpPath = (@"****.csv"); …
Sharad
  • 1,192
  • 1
  • 8
  • 20
2
votes
3 answers

When I Try To import ftpserver from pyftpdlib, it outputs "ImportError: cannot import name ftpserver"

from pyftpdlib import ftpserver HOSTNAME = "localhost" PORT = 5555 authorizer = ftpserver.DummyAuthorizer() authorizer.add_user("papakri", "dancinghotdogs",…
Kri Kri
  • 21
  • 1
  • 8
2
votes
1 answer

Upload files to Google Cloud Storage using FTP client

I'm bit new to Cloud Storage. We have an application which uploads files to our FTP server. Now as our system grows, we would go for Cloud Storage service like Google Cloud Storage. The main issue is our client software is already distributed to…
2
votes
0 answers

FTPServer Apache: checking if a file is uploading

I'm using FTPServer Apache for a Distributed File System project. I implemented a garbage collector that deletes files which are present on the FTPServer but not in the logical FS. Anyway, since the upload procedure could be long, the Garbage…
justHelloWorld
  • 6,478
  • 8
  • 58
  • 138
2
votes
2 answers

Transfer file from ftp Server to another ftp server using spring integration ftp support

I am new to Spring and I am currently working on spring integration with ftp support. I made a transfer from local directory to a server(filZilla). I downloaded the file from server and it was fine. But I want to find how I can Transfer file from…
Ahmed
  • 23
  • 3
2
votes
1 answer

Where is schema location of spring for apache ftp?

I cant find spring namespace for apache ftp http://mina.apache.org/ftpserver/spring/v1 this link does not works.....what is alternante link..? here is ftpd-typical.xml