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
-
1
votes1
answer1013
viewsWordpress - File changes are not saved to the server
I am changing wordpress site direct from ftp, the files edited at first are saved, but a few minutes later the changes made are modified to the previous code. This has to do with file permission?…
-
1
votes1
answer282
viewsAutomatic download of data from an ftp address
Could someone please help me to download data that is found on an ftp whenever I log into my machine (linux Mint) using a shell script? I have tried numerous times, but without success. Asseguir I…
ftpasked 7 years, 9 months ago Albertoafonsojunior 11 -
1
votes1
answer162
viewsProblem trying to transfer files using Apache FTP implementation in Java
I am performing file transfer via FTP using JAVA. I’m using the classes Ftpclient and Ftpserver apache. In a specific environment, sometimes files are not transferred. I call the method…
-
1
votes2
answers1582
viewsI need to connect to an SSH FTP server in PHP
I have this code: <?php $ftp_server="MEUHOST.COM"; $conn_id = ftp_connect($ftp_server, 2222) or die("Couldn't connect to $ftp_server"); if (!ftp_connect($ftp_server)) echo "not connected"; else…
-
1
votes1
answer77
viewsProtocol breach problems on FTP Server (Ftpwebrequest)
In the company I work I have two servers: a place that belongs to us and a third party provider. I have to make a copy of the system files that is on the third party provider to our local server.…
-
1
votes0
answers241
viewsFtpwebrequest - Error large files
I have a c# desktop application running a few months on a client. The same requested a module to perform uploads and downloads on an FTP server, the database is currently in the clouds by Kinghost,…
-
1
votes1
answer1371
viewsHow to list files and folders from ftp server?
I’m not able to list the FTP server in the app, using the Android emulator, I realize that in the old versions of Android the listing happens normally. However from Android 4 I have problems for…
-
1
votes1
answer699
viewsHow to send all files from a folder via FTP in PHP?
I need to take all files from a local folder and send via FTP to a folder on the server. Explanation: I have a folder with images (.jpg) of products that at the time of registering. And I need to…
-
1
votes1
answer440
viewsUpload images with c# windows Forms and php
I’ve been trying to find a solution to my problem for at least two weeks and I can’t make it work. The idea is, I have an application Windows Forms written in C#, in which I will have a…
-
1
votes2
answers642
viewsProblem sending file via FTP C#
I have an executable that sends a . CSV file via FTP to my client. Running on my local machine works smoothly but when runs on my client’s server does not work. Every time I fall in line…
-
1
votes0
answers28
viewsftp without usb cable does not work
I’ve had a problem for days and I can’t fix it. I set up a FTP routine on Xamarin and it works perfectly as long as the USB cable (used for debugging) is connected (note and smart) or if I open…
-
1
votes1
answer37
viewsc# - uploading file to ftp works only the first time
I have a function that sends files to an ftp, the first time I use it works perfectly, but when I use it for the second time it gets stuck on the line: using (Stream Writer =…
-
1
votes0
answers191
viewsCSV file via FTP automatically
Dear, I have a doubt, I have a script in php that already creates a CSV file for the machine itself. I need this CSV to be sent to an FTP automatically daily, however I am not able to think of the…
-
1
votes1
answer2077
viewsSending file to server via FTP via linux command line
Good morning. I have some doubts regarding a project I’m finishing using linux ( I don’t have much domain ). I have a program written in C that generates files. txt, I must make this program run…
-
1
votes1
answer139
viewsPHP/FTP File Verification
Hello, I have the following situation: My company wants to validate all files from a particular folder on FTP with BD (Mysql), to make sure that all files are being used and those that are not…
-
0
votes1
answer3509
viewsDelay while upgrading files via FTP with Filezilla
I am sending the updated files to the server via FTP with Filezilla, it is a virtual store, and the edited files are simply style sheets, but when I press F5 to refresh the page and see the changes,…
-
0
votes2
answers856
viewsHow to deploy Laravel 4.2 applications via FTP?
Hello, I want to deploy an application in Laravel 4.2 via FTP, but the resources and tutorials I found could not solve the problem. Someone could show me a method?
-
0
votes0
answers45
viewsftp_put only works once
When I use the script below it only works the first time it runs. When I try again do not send the file, just write locally. Why? I am using ftp_close, is not enough? When I change the host it works…
-
0
votes0
answers47
viewsOpening fixed Channel data on ftp connection
I am trying to connect to several FTP servers via DOS command line, but whenever I try, it returns me the line 150 Opening data Chanel for file upload to server of "< file path >" And it stays…
ftpasked 9 years, 10 months ago KhaosDoctor 2,699 -
0
votes1
answer93
viewsConnection with 3g unstable locked in C#
I have a system, which uses a table in mysql to check if there is an update for it, It happens that at certain times, it is necessary that the modem is reconnected so that the system can do these…
-
0
votes1
answer373
viewsUpdate PHP files via code
I have a php application on the online server and I have this same application installed on other machines and tablets, I would like to know a way so that I can update my application on the online…
-
0
votes0
answers205
viewsProblem with FTP connection
By browser I can connect and browse on my FTP server already by Android error and have the following code. public class MyActivity extends Activity { Spinner SpnListarArquivosFTP;…
-
0
votes1
answer974
viewsUsing Ftpclient I cannot send file to FTP server. Problem with permission
I’m developing an android app that accesses an FTP server where I store backup files. I’m using it as a base in that tutorial. The FTP server is Cesarftp. The operating system is a Windows Server…
-
0
votes0
answers679
viewsNew Visual Studio Code
I’m starting to use the text editor of Microsoft Visual Studio Code and I’m missing a plugin for sftp. Someone who knows could help me?
ftpasked 9 years, 6 months ago David Coelho 621 -
0
votes2
answers705
viewsUse Ftpwebrequest with Uri https
Srs(as), good afternoon, I am creating a service that will upload some files to an FTP link, however this is like HTTPS (https://path/path). occurs that the class Ftpwebrequest does not allow the…
-
0
votes1
answer830
viewsHow to load an FTP server image from the URL?
I have a JSF application in which the images the user uploads are stored in an FTP directory. The simplest way I found to render these images is by placing the FTP URL, with user and password in the…
-
0
votes0
answers38
viewsProblems with uploading video to ftp
I have the following class: public class CameraReceiver extends BroadcastReceiver { private Cursor cursor; private MetodosUtils metodosUtils = new MetodosUtils(); private Context context; @Override…
-
0
votes0
answers93
viewsAndroid - How to send an Audio to an FTP server?
I’m creating a Mural where people can send text and audio messages to a php server, text messages and the wall work perfectly, but I have no idea how to store a recorded audio and send it right…
-
0
votes1
answer39
viewsFTP to FTP IIS server
Good day, I am using Ubuntu ftp to transfer a file to IIS ftp server. On this ftp server usernames accept the following format: username|usernameB due to user isolation. The following command does…
-
0
votes1
answer1696
viewsjava.io.Filenotfoundexception: /Storage/Emulated/0/mesa.csv: open failed: EISDIR (Is a directory)
I have the following screen: i even asked another question, which was having trouble loading the directory files in the spinner and has already been solved, the problem is now by clicking the Import…
-
0
votes1
answer44
viewshow to connect to an ftp server
I have this code I wanted to connect to ftp. Through the browser I can, but the code tells me you can’t log in. Follow the code, I hid the data: $ftp_server = "" ; $ftp_user_name = "" ;…
-
0
votes1
answer88
viewsArray for PHP Table
I have the following code that connects on an ftp and back a list. But I can’t get him to build a table with that list. Someone knows how to do? $ftp_server = "ftp.site.com.br"; $ftp_user =…
-
0
votes1
answer438
viewsError while connecting to ftp using c#proxy
I have an application that connects to an ftp, but when trying to connect using proxy authentication I get an error. O servidor remoto retornou um erro(514). Proxy retornou um erro. This is the…
-
0
votes1
answer614
viewsWhat Way XPG FTP Access Via Javascript
You can access my free account on the XPG hosting server, through Javascript? I wonder if it is possible to make a connection with Javascript only with an FTP server(ftp://ftp.xpg.com.br), to "Send"…
-
0
votes1
answer30
viewsHow do I use my ASP site (via Script) to upload a txt that is on another server by FTP address?
Can someone help me make an Asp script to upload using my Asp site from a txt file to an ftp address of any other server?
-
0
votes2
answers77
viewsLocal backup with online access
Come on, guys, I have a Godaddy account with unlimited storage. I wanted to use this storage to backup (I did this via FTP with Cobian backup) but also wanted to manage the files via browser. Do you…
-
0
votes1
answer126
viewsDreamhost FTP what is the root folder?
My question is the following, I am trying to upload an FTP site in Dreamhost, but I do not know which is the root folder, I also did not locate the public_html folder...
-
0
votes0
answers73
viewsUpload files from Android
I made an application where I select a photo from the album and upload it to an imageView. Now I need to do a function to upload this same image to my FTP online. I’m seeing n examples and nothing…
-
0
votes1
answer48
viewsCreating mkdir folder via PHP is not accessible via FTP
I am on an Apache/2.2.22 (Debian) server, and when creating an image upload folder for example the folder is totally inaccessible via FTP. No way to delete or even enter the folder. $folder_name =…
-
0
votes1
answer695
viewsDownload all files from a remote FTP directory
I would like your help as I am making an application that downloads files from a remote ftp directory. Could you pass the code to implement in C# please? Connect to remote FTP and copy all files…
-
0
votes0
answers197
viewsFTP - Check for file in nodejs
I have a folder on a server, accessible via FTP. I would like to know a form in NODEJS where passing the file name, it returns me if the file exists or not. I found an implementation in DELPHI -…
-
0
votes1
answer74
viewsHow to upload by FTP instead of HTTP
I need to send files above 2GB, and I ended up reading that it is better to use FTP, searched a little and got this code: uploadFTP.php <?php set_time_limit(0); $server_ftp = 'xx.xx.xxx.xxx';…
-
0
votes0
answers372
viewsHow to read/open an FTP file via C#
My scenario is a app where I need to open a file in . PDF; do not download, I want to open it direct. I found several tutorials where they teach Uploads and Downloads, but none that shows how to…
-
0
votes0
answers18
viewsBest way to transfer file between cloud and proprietary environment
Could someone tell me the best (secure) file transfer method between an iCloud (cloud) environment and a proprietary environment? And how I would do that?…
-
0
votes0
answers39
viewsC# - get JSESSIONID site ftp error 401
I can’t get JSESSIONID to download a file from an ftp. I need it because if I put JSESSIONID fixed the file low, otherwise it gives error 401 unauthorized. However this id changes. WebRequest…
-
0
votes1
answer100
viewsFtpclient in passive mode
I have a problem trying to connect FTP. For Filezila, it works normally.... but when I try for this code snippet, it generates the following exception: jAva.net.Bindexception: Cannot assign…
-
0
votes0
answers73
viewsProblems with the. NET Framework version
I have an ASP.Net MVC 5 and Webapi application, in version . NET 4.5.2 and post them to my FTP server I have the following error (image at the end of the post) And asking for the company’s technical…
-
0
votes0
answers856
viewsUbuntu: Restrict user FTP/SFTP access to an existing folder
Consider the following situation on an UBUNTU-mounted web server: /var/www/site 1 <-- apenas root /var/www/site 2 <-- designer 1, root /var/www/site 3 <-- designer 2, root /var/www/site 4…
-
0
votes0
answers931
viewsFTP connection on Windows Server 2012 R2
I have a server Win Server 2012 R2 which has IIS installed and an FTP site created, I also created a user for FTP use. I configured as external port for FTP connection on the firewall the port:…
-
0
votes0
answers906
viewsFTP External access Amazon ec2 Windows Server
I have an instance of Windows Server 2016 t2.micro on Amazon ec2. I installed IIS with FTP support. I followed this guide to make my ftp accessible externally:…