Most voted "ftp" questions
FTP stands for File Transfer Protocol (File Transfer Protocol), and is a very fast and versatile way of transferring files, being one of the most used on the Internet.
Learn more…124 questions
Sort by count of
-
9
votes4
answers11030
viewsEdit directly via FTP with Sublime Text
I want to work via FTP with Sublime Text 2. I don’t just want to connect via FTP and transfer files, but rather, edit the file, and when saving it, it sends directly to the server, via FTP. So, as…
-
8
votes3
answers477
viewsHow to use GIT connected to the server?
I’ve been looking for some time about how I could replace mine filezilla and I got some answers that it’s possible to use git as an intermediary so I can run my site/project according to what’s in…
-
7
votes1
answer1504
viewsHow to publish a . EXE secure, other than through Click Once . Net
My scenario is composed as follows: I have applications, which are configured according to each customer, are apps sold in bulk, I have a support system, which automates this configuration and…
-
6
votes2
answers433
viewsHow to deploy using Grunt?
I want to deploy via FTP using Grunt, I saw some tutorials but I don’t know how to configure the Gruntfile.js nor the task I should use to deploy and also if I need other resources to deploy, such…
-
6
votes1
answer4297
viewsConfigure FTP on AWS
need to configure FTP to access the folders inside /var/www on a server in AWS, using Filezilla. Can you help me?
-
6
votes2
answers795
viewsWhat is http/ftp 220 status?
Contextualizing... when trying to connect to the hosting server, by FTP, always returns the 220 status and, after a few seconds, disconnects by time Being a status of type 2xx is not an error…
-
6
votes2
answers1431
viewsDownload file directly from FTP
How do I download a file directly from FTP without temporarily downloading to the PHP server? Code: <?php //.... $fcon = ftp_connect($ftp_host); $conecta = ftp_login($fcon, $ftp_username,…
-
5
votes1
answer212
viewsIntegration test connected to an FTP
It is possible to-or if there is a tool that enables me to send certain purchases of a project to an FTP after it passes a continuous integration test (Travis-ci for example)? The idea is that after…
-
5
votes1
answer1255
viewsC#FTP Connection Failed
I’m developing an application Console in c# which performs connection to an FTP server (or at least should), I have the following code: Class Ftpconnection class FTPConnection { private Connection…
-
4
votes4
answers1914
viewsCheck if a file exists on the remote machine via FTP in PHP
How can I check if a file exists on the remote machine using PHP via FTP (English) in order to act accordingly? <?php $ficheiro = 'public_html/banana.xml'; $id_ligacao =…
-
4
votes2
answers472
viewslinux command - lock folder name/rename
need to give access to an ftp user in the /var/www folder but there are folders there that it cannot access/edit/delete tried a command: #chmod 000 <pasta> almost worked, it does not delete,…
-
4
votes1
answer854
viewsHow to download from Delphi via FTP servers with authentication?
I have some files on an FTP server at Hostinger, and these files were left there as links from FTP servers never change. As they are very important to make updates in my application, Delphi should…
-
4
votes1
answer2094
viewsSend files via FTP with PHP
I have the following PHP code to upload PHP files and send to an external server via FTP. However, it returns me the following error when I upload: Warning: ftp_put(): Illegal PORT command. in…
-
4
votes1
answer254
viewsHow to set up PHP FTP - Help
When using Winscp I perform the following steps: (fictitious data) hostname: bala.rimunivert.com.br username: zzzzzzz@rjozzz 000 after that he asks Gateway username: juliohenrique Password gateway:…
-
3
votes1
answer2098
viewsInsert SQL Server records via ftp file.txt
I have the following structure in a file . txt of an FTP server: CodigoPedido: 120952 DataPedido: 2014-03-11-10:19 LocalVenda: MERCADO LIVRE Status: A ENVIAR Parceiro: 0 IdCliente: 103002…
-
3
votes2
answers278
viewsStarting GIT from Terminal
I’m trying to give git init to the terminal and when I type in this command it accuses that the 'config' and '.git' folder already exists, etc. Also when I try to use git add * it takes time to add…
-
3
votes1
answer1423
viewsDeploy with GIT via FTP
I read several files that it is possible to deploy via FTP using GIT. I tried to follow a few of them but they were unsuccessful. I also know that there are websites that make all this deployment…
-
3
votes1
answer802
viewsTransfer files by FTP to Java Hosting
If I hire a host to host my Java application I can transfer files by ftp? for this application of mine to read these files? I have a desktop application that sits on the server that generates a file…
-
3
votes0
answers164
viewsUpload by FTP with PHP, not sending the image
Based on the code below I am trying to send an image through the FTP protocol, but the file is not being sent, something tells me it is in the file path, I inform the absolute path. <?php…
-
3
votes1
answer556
viewsHow do I upload to an FTP site?
Hello, I have an FTP account on a domain, it is password protected but I need a Delphi application to upload files instead of Filezila and others. How can I upload files? I tried according to some…
-
3
votes1
answer617
viewsHow do I list all directories using FTP?
I’ve tried with ftp_nlist() and with ftp_rawlist() but the return is always an empty array. The Access/Authentication question is ok, you will only try to read a list if it already connected with a…
-
3
votes2
answers176
viewsWebclient downloads a wrong string
I’m trying to create a virtual intelligence system, and hosted the language files on my FTP. These files are from a language I made myself, called SVDB, and hosted on FTP, and when I download in the…
-
3
votes1
answer8546
viewsWhat is the difference between FTP, FTPS and SFTP protocols?
What is the difference between FTP, FTPS and SFTP protocols and what contexts should I use each one?
-
3
votes1
answer1674
viewsComparison between FTP and HTTP for file transfer
An issue that puzzles me is about transferring binary files over the internet. I have experience in using FTP, which eventually went through firewall issues on clients. Another issue advocated by…
-
3
votes1
answer119
viewsHow to upload safely?
How to do upload/download of a file on an FTP server without this server’s login information being visible in the code? For example, I nay I want to do the following: string FTPhost =…
-
3
votes1
answer403
viewsftplib and pyftpdlib communication
I have a server (Fedora 29) at home running (as root) an ftp done in python with the ports 5000-5003 and 40000-50000 open, the machine is in DMZ import logging import sys from pyftpdlib.handlers…
-
3
votes1
answer549
viewsCopy Parent folder with FTP and Winscp in bat file
Talk to the guys, baby? I’m venturing to create myself a backup tool for an FTP, and I’m using Winscp to connect and use the Synchronize command for me. set FTPSERVER=MEUHOST set FTPUSER=USUARIO set…
-
2
votes2
answers246
viewsHow to notify the user that an FTP file is up to date?
I’m developing an android application that lists and opens files from a directory via FTP I need my application to notify the user that there is an updated version of a file through a Toast or any…
-
2
votes1
answer918
viewsWindows Service and auto-update process being accused of viruses by Avast
My application Windows Service made in Delphi 6 is being accused as virus by Avast in the process of self-updating. Just when the executable construction process, after the build, is finished Avast…
-
2
votes2
answers1156
viewsDownload FTP via PHP
I need to remove a file from an FTP server using PHP. How to do this?
-
2
votes1
answer1607
viewsRead Remote File via FTP with PHP
Hello, I would like your help to solve the following problem. And if possible help me to understand what happens Code: $FTP_HOST = "ftp.exemplo.com"; $FTP_USER = "usuario"; $FTP_PASS = "senha";…
-
2
votes0
answers434
viewsError 501 when connecting with FTP
I have a C# (Windows Forms) application that accesses the company’s FTP to download some files and/or upload. Only, on two specific clients, the application cannot access FTP. It gives the following…
-
2
votes1
answer157
viewsFtpwebresponse.Getresponsestream returning an HTML
I am performing FTP connection, with the FtpWebResponse of c#. So far so good, I’m listing the directories as per this answer. When I simulate an FTP server locally with Filezilla Server included in…
-
2
votes1
answer486
viewsDownload via FTP with Javascript
I would like to know how I can be putting on my page the user option to download via FTP. I do not want the user to enter the information for access to FTP and also that he does not see the FTP data…
-
2
votes2
answers42
viewsFiles not used on the site are uploaded?
Let’s say I have several files in ftp of a site, such as images that I’m not using in the construction of the same, obsolete images or files that I want to store in this domain. When accessing this…
-
2
votes2
answers1387
viewsList Folders and Subfolders of an FTP with C#
Would anyone know if it is possible, if yes, how to list all folders and subfolders of a FTP? Okay, here’s the idea. I’m listing all the Files and Directories in this FTP, but different from…
-
2
votes2
answers1128
viewsFTP connection is not listing files
I am not able to list the folder files via FTP (through Filezilla I can access list correctly): FTPClient ftp = new FTPClient(); ftp.connect("ip_ftp"); ftp.login("usuario", "senha");…
-
2
votes0
answers254
views -
2
votes0
answers60
viewsWhat are binary, auto LF, auto Std and text download differences?
In Bitvise ssh, you have the upload and download mode options that are Binary, auto LF, auto Std and text. What are the differences between them ?…
-
2
votes1
answer107
viewsUpdate FTP without the file being removed while overwriting
The FTP Whenever you send a file it is unusable for a few milliseconds, until the entire file is in place. The problem of this is that the file for a few milliseconds does not exist or is corrupted,…
-
2
votes0
answers346
viewsDownload PDF from FTP server, and save directly to client machine - PHP
I’ve been trying to solve this problem for a few days! I need to download some pdf’s that are on the FTP server right in the client’s browser, but when I do this by forcing headers, the file even…
-
2
votes1
answer224
viewsTimeout to Upload FTP file in PHP
Friends, I am trying to develop the upload of files to FTP by PHP. When running it it successfully connects to the FTP server. However, the page keeps loading until a timeout and does not finish…
-
1
votes1
answer205
viewsBypass FTP lock
Hello! I need to import a . zip file from a Brazilian FTP server. It works perfectly on my development machine, both using Ruby native Net/Ftp and using Linux wget, the problem is it doesn’t work on…
-
1
votes1
answer1299
viewsCreating Schedule to transfer CSV files from Winscp to FTP
I need to transfer CSV extension files that are in a folder of my Linux server (accessible via Winscp by Windows) to an FTP. For this, it is necessary to create a Schedule that makes this transfer…
-
1
votes1
answer1456
viewsFailed to Change Directory - Indy 10 - Idftp
The ftp folder 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);…
-
1
votes1
answer172
viewsTransfer file to FTP and make it available for download automatically
Good afternoon! I am developing a website, and I have some questions. On this site will have a page to download some files. I’d like to do the following: When transferring a file to the download…
-
1
votes2
answers106
viewsError importing csv files from FTP to the application
I am creating an app and I am trying to import some csv files that are on ftp into android. then I have hers the following way: Spinner will list all the files present in the "import" folder that is…
-
1
votes1
answer87
viewsBackup Windows Server 2008 FTP and Cloud
I need to generate daily backups on a server windows server 2008 R2, the backups are several folders and applications installed on this server, windows server has tool for this, some tool of the own…
-
1
votes1
answer945
viewsError 550 when deleting a directory via FTP
I am using Filezilla. Follow the error when trying to delete a folder: Answer: 550 Could not delete 33: Invalid argument I followed a tutorial for uploading images, the difference is that I created…
-
1
votes1
answer260
viewsProblem with 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 . '"');…