Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [ftp]

File Transfer Protocol (FTP) is a well-established protocol for conducting file operations (such as transferring files) over a TCP-based network such as the Internet.

ftp
0 votes
1 answer
31 views

How Do i run an FTP script through Cypress?

I have an FTP script that needs to be run in the CMD for me to be able to add a file in the website, now my main work is to automate testcases using cypress and a testcase requires me to get a new ...
Minato Uzumaki's user avatar
-1 votes
0 answers
6 views

Node.js Streams: Pipe writable stream to readable stream

I am working on a service that access XML files from FTP server. I am using basic-ftp for accessing ftp server. I am using downloadTo function I have to download a file into writeable stream from FTP ...
Wits_52's user avatar
0 votes
0 answers
19 views

Downloading Files via FTP While Get Stuck

The main logic and code I use: step 1: check whether the existing files locally have the same file size as them on FTP: ftp.nlist() # get file names on ftp for file in ftp_files: response = ftp....
Rebecca Gu's user avatar
0 votes
1 answer
108 views
+50

nlst return error while connect ftps server with Python

I can login to with Total Commander to server: ftps://publishedprices.co.il username: "XXXX" password empty And with lftp -u XXXX: publishedprices.co.il But when I tried to login and get the ...
python3.789's user avatar
0 votes
0 answers
18 views

cPanel files to VScode with FTP connection - search into files not working

I have took my cPanel files with FTP connection to VScode. All files are correctly loaded in and can be live added. But there is an issue. When using CTRL + SHIFT + F or the search in VScode it doesn'...
Jason Lommelen's user avatar
-2 votes
1 answer
25 views

Allow ssh and ftp access to AWS EC2 ubuntu

Previously, I accessed /home/ubuntu through port 22 only with the ssh server key, and now an external partner company has to access FTP and work on /home/ubuntu. So I created ftpuser account and ...
JRR's user avatar
  • 47
-3 votes
0 answers
12 views

How to install FTP server on iwave som board? [closed]

1.I have one i-wave som board. 2.I want to install FTP-server on it. So how to do it which utilities i will need for that? The thing is i need to install utility for it but which utilities i will need ...
Pritam's user avatar
  • 1
-3 votes
0 answers
12 views

Getting this error after i uploaded my web files on filezilla [closed]

Connected. File: /home/u727832680/domains/greenforestcu.com/public HTML/application/config/database.php Line: 73 I was expecting to get my website to be fully displayed but I keep getting this same ...
ADEWUMI MUYIWA's user avatar
-1 votes
0 answers
29 views

unable to download package from rpm.pbone.net through ftp [closed]

I am attempting to download the RPM package (genext2fs) from rpm.pbone.net via FTP on Ubuntu 22.04. The website for the package is: https://rpm.pbone.net/...
NewUser's user avatar
  • 39
0 votes
0 answers
10 views

Receive/Get/Pull a file over FTP using ssh (gateway/forwarder) [closed]

Here is the scenario: My hosting provider only allow ssh (not FTP) My personnal NAS only allow FTP And I have a dev server that support both SSH and FTP. So in my I am doing this: <...
user26346776's user avatar
-1 votes
0 answers
26 views

PSFTP - How to send all files in the directory to remote directory and later remove the files in local directory

I have a Windows batch script that transfers the files to a remote directory and later it removes the files form the local directory. The script works fine if there are no folders in the local ...
learner's user avatar
0 votes
0 answers
20 views

AH01071: PHP Warning: ftp_get(): PORT command is disabled in [duplicate]

I've run this script before on another server without problems but getting the following error in my logs: AH01071: Got error 'PHP message: PHP Warning: ftp_get(): PORT command is disabled in /path/...
bertster's user avatar
  • 383
0 votes
0 answers
39 views

Batch file download the most recent file from a FTP

Im using this script to try do download a file from a FTP but for some reason the name of the most recent .exe file is always empty. what im i missing ? I tried direferent aproches but no result. did ...
Filipe Carvalho's user avatar
-2 votes
1 answer
32 views

Set SSL on FTP Reverse Proxy

I have a FTP server (an old NAS) witch I cannot set a secure (SSL) channel then I have another server (a backup server) witch store file only in a SFTP server. So I have thought to create a reverse ...
Ging3r's user avatar
  • 2,056
-2 votes
0 answers
31 views

Git repo not updating changes on production server

I tried to modify my projects files (which are tracked by git) directly on the production server, but now changes made in my local repository don't reflect on my production server. can anyone help ...
Codeparl's user avatar
  • 302

15 30 50 per page
1
2 3 4 5
945