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
-
0
votes1
answer2811
viewsUpload an entire folder via FTP using DOS
I need to upload a folder (~300mb) that contains files from a framework (Magento) to the cloud server where my application is. The server GUI only allows you to upload files individually and the…
-
0
votes0
answers231
viewsApplication to download all files from a remote FTP directory
I’m trying to make an installer-like application for a proprietary system. The process it does is: creates a directory and two subdirectories on a PC that will use the system. After creating the…
-
0
votes1
answer1603
viewsList ftp folder with php
Good afternoon guys, can you help? I want to list all the files in a folder of an ftp connection with php, I am using this code: // Dados do servidor $servidor = 'server'; // Endereço $usuario =…
-
0
votes1
answer68
viewsHow do I check if an html file was generated in ftp and was generated, open it in the browser?
I have a form, after filling and sending the form, a file is generated csv with the form data, the file is sent to an application on the server where it does the proper calculations and generates a…
-
0
votes0
answers603
viewsHow do I know if a folder exists with Idftp Delphi?
I need to know if a folder exists in ftp I’m using the function below, but error: --------------------------- Debugger Exception Notification --------------------------- Project perfil.exe raised…
-
0
votes1
answer54
viewsPython Subprocess checking whenever a new file is added
Need: I need to "observe" a directory, every new file inserted in this directory I need to make a copy of this file and forward to an FTP server. What I got: I can upload the file via FTP, and I can…
-
0
votes1
answer447
viewsUpload file via FTP - PHP
I am trying to upload files to a specific folder of my Hostgator server, however I put the exact path of the folder and the file does not appear in the folder I have set the path, it appears in the…
-
0
votes0
answers214
viewsUpload FTP - PHP Progress Bar
I have a code ready here, with upload to database and to a local folder that has a javascript progress bar, but what I wanted was to use this progress bar to upload to a folder on an FTP and also to…
-
0
votes1
answer107
viewsRequest via FTP and return file via HTTP
I am developing a blog and would like to use resources from another server via FTP. In order to share some of these files in my posts I imagined that it would be possible to connect the FTP within…
-
0
votes1
answer114
viewsConnect and grab a file from an FTP
I am trying to get a file from an FTP, however I am not able to receive and also no error message appears, by the contrary... Below the code I’m using: <?php /* Declaração de variáveis */…
-
0
votes2
answers80
viewsProgress bar does not update with ftp download
Hello, so here’s the thing i have a function that downloads the desired file from http, and as it downloads, it updates the progress bar (being increased from 0% little to 100% when finished).…
-
0
votes1
answer66
viewsURL replicating path each time I hit F5
I climbed an angled design to the FTP, the problem is that every time I squeeze F5 he repeats the relative path. So when the access starts at www.mysite.com.br/one/auth/login Then F5 grip it goes…
-
0
votes1
answer129
viewsHow do I download an FTP directory via php?
Well I managed to download a specific file from my FTP via php , but I need to download an entire directory someone knows how to do this, already found example in PHP manual more anything! my code…
-
-1
votes1
answer79
viewsFTP alias of /home for /www
Long live, I created in Ubuntu all the necessary configuration to access by FTP, but at a certain point I found a problem: I have restricted so that each user can only access their /home/$USER…
-
-1
votes1
answer171
views -
-1
votes2
answers837
viewsHow to get the creation date of a file that is on an FTP server c#
I am using framework 4.5 and would like to know how to get the date and time of creation of a file that is on an SFTP server, do not want to download it, just know the date and time it was created.…
-
-1
votes1
answer194
views -
-1
votes1
answer641
viewsHow to delete directories containing subdirectories and files on an FTP server in Delphi?
I am for some time trying to make my application made in Delphi 2010 remove a directory on an FTP server, I used Tidftp for such a task with the command "Remove", but the process fails, because…
-
-1
votes1
answer71
viewsMove Files after FTP Upload
My code uploads all images without folder, and it’s all OK! But what is it that needs to do FTP as images are uploaded to the path: "/storage/emulated/0/PicturesGRP/enviados";, storing the uploaded…
-
-1
votes1
answer88
viewsFTP Request timeout with NET Provider only
I use FTP, to download files to my system, it is a very simple code, using FTP REQUEST, however I am facing problems with who uses the NET provider(and some others however the Net is more evident)…
-
-1
votes1
answer12
viewsRuby Gem carrierwave-ftp in Heroku returns Net error::Ftppermerror (500 I won’t open a Connection to
I am using Gem carrierwave-ftp and dev localhost works normal but in Heroku it resumes the error below: Net::Ftppermerror (500 I won’t open a Connection to xxx.xxx.xxx (only to zzz.zzz.zzz. ) Below…
-
-2
votes2
answers71
viewsTool for working in a group
Guys we have a problem here in the office that is to use a file that the colleague is already using, and save and thus lose the file, anyone knows any solution? we use Brackets and Sublime text if…
-
-2
votes1
answer510
viewsHow to upload a file using lftp?
How can I send a file from my local machine to the remote server using lftp?
-
-3
votes1
answer90
viewsorg.apache.Commons.net.ftp UPLOAD
I am uploading a file to the server but if the file is a bit large (200mb+) the upload is finished but the program crashes and does not give me a return if it completed the upload. If the file is…