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.
Questions tagged [ftp-server]
225 questions
0
votes
0 answers
How to connect to FTPS server (TLS-enabled secure FTP connection) on Java 17
We went through couple of solutions provided on tranferring files using FTPS. They are working fine with lower versions of Java like Java 11 etc. But are facing the same "SSL peer shut down incorrectly" issue in Java 17. Please let us know if there…

Rajesh Garaga
- 1
- 1
0
votes
0 answers
Upload file with multer in a ftp server in nestjs application
I am developing a nestjs application and i need to upload multimedia file in ftp server and stream it.
i can save and stream files in my local server but i want to store files in my ftp server.
i have already done this parts for…

mohammad taheri
- 73
- 1
- 7
0
votes
1 answer
Live server did not work for contact us form well in Laravel
my local laravel project is working well. but after hosting project with live server it is working all except contact us form.
this is my contact form
@include('partials.alerts')
Contact Us
…
maramodaya
- 49
- 8
0
votes
0 answers
Cpanel ftp server name missed
I want to create github workflow. this workflow is used for automatic deployment of the content directly from my vscode to github and then my shared host cpanel account.
I found error in the .yml file server part. where can i find ftp server name to…

Solomon G.
- 1
- 1
0
votes
0 answers
ftp-srv - size limit for each user
i am running a ftp server with ftp-srv and i need to limit the space for each user , the ftp-srv package don't have a feature to do this, however i find a answer to same issue on github , but its so general and confusing , i was hopping that someone…

4lireza
- 3
- 2
0
votes
0 answers
Connection log on apache FTP server
I am using apache ftp server to set up an ftp server in a LAN environment, for this server I have to keep track of the users that connect, that is, the server must capture a user when connecting and save his nickname, the date and time it was…
0
votes
0 answers
How to download file from server using ftp or other methods in REACT-NATIVE?
I'm using Hostinger server and i want to download file from server.Is there any way to perform these operation(download or upload) directly from REACT-NATIVE app.
Please don't suggest REACT-NATIVE-FTP.
I'have tried REACT-NATIVE-FTP but it didn't…
0
votes
0 answers
Using wget downloading data from FTP server
I trying to download data from FTP server using wget. I am using the following command
wget -r ftp://aftp.cmdl.noaa.gov/data/radiation/surfrad/
C:\Users\Shoaib ch>wget -r ftp://aftp.cmdl.noaa.gov/data/radiation/surfrad/
--12:14:37-- …
0
votes
0 answers
List files from ftp server using aws glue
I have to list files from FTP Server using glue job. My python code is working fine in jupiter. But in glue job i am facing connection timed out error. What could be the issue? The ftp server is a ec2 instance. Do i need any security group to allow…

Ponni Divya
- 31
- 2
0
votes
1 answer
How to do md5 checksum verification on files after download from ftp server using pysftp
I am new to pysftp
I am trying to do the following task
Connect to ftp server and download the files
Generate md5 checksum on files and making sure they are not tampered with
Can someone help me with this script?
I tried connecting to the server…

stack overflow
- 7
- 2
0
votes
1 answer
Read Last Row of CSV file from FTP
I have a csv file sitting in an FTP Server. I am able to download the file completely using the ftplib in python, but it is like extra compute and internet burden for me.
My main concern is to read the last line only, from the csv file. Any help…

Janzaib M Baloch
- 1,305
- 2
- 5
- 8
0
votes
1 answer
how to solve Illuminate\Contracts\Filesystem\FileNotFoundException: File not found at path on FTP storage laravel?
example image response error File not found at path
hey can you help me?
so here I want to view the image file from the ftp server that will be responded to by JS along with the FTP server link
controller example :
$explode =…

gagaltotal666
- 13
- 7
0
votes
0 answers
vb.net how to create an FTP server (not FTP client)?
I'm studying how the FTP protocall works in vb.net. The client side is more than well documented and very easy to follow, however I cant find anything on building an FTP server....Maybe there is no such thing as a virtual FTP server?
I did manage to…

LabRat
- 1,996
- 11
- 56
- 91
0
votes
1 answer
Problems uploading folders containing files to FTP Server Python
I am developing a FTP client and Server written in python. In my client's local directory it contains a folder containing many sub folders (E.G: C:/PatientRecords/A/, C:/PatientRecords/B/). Inside the sub folders it contains many files. I am trying…

qt.qt
- 19
- 5
0
votes
1 answer
Azure VM FTP Server Error: 550 Create directory operation failed
I am trying to set home directory for FTP Server created on Azure VM (Linux) and I tried many ways taking help of google, but it throws error saying
If I add $USER in local_root while modifying /etc/vsftpd.conf file
ftp> mkdir blob
550 Create…

Mayank Mani Pandey
- 33
- 1
- 3