Top "Ftp" questions

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.

How to recursively download a folder via FTP on Linux

I'm trying to ftp a folder using the command line ftp client, but so far I've only been able to …

linux command-line ftp
How to retrieve a file from a server via SFTP?

I'm trying to retrieve a file from a server using SFTP (as opposed to FTPS) using Java. How can I …

java ftp sftp security
What is the difference between active and passive FTP?

Can someone tell me what is the difference between active and passive FTP? Which one is preferable?

networking ftp
How to use passive FTP mode in Windows command prompt?

In Ubuntu ftp -p for passive mode works fine. How do I do the same in Windows? I tried with …

windows ftp command-prompt
Is there a Public FTP server to test upload and download?

What I want to do is measure broadband speed using c#. To do this, I use NetworkInterface.BytesReceived and BytesSent …

download ftp upload
How to ftp with a batch file?

I want a batch file to ftp to a server, read out a text file, and disconnect. The server requires …

windows batch-file ftp
Upload file to FTP using C#

I try upload a file to an FTP-server with C#. The file is uploaded but with zero bytes. private void …

c# .net file-upload ftp
Filezilla FTP Server Fails to Retrieve Directory Listing

I'm running Filezilla Server 0.9.45 beta to manage my server remotely. After setting it up, I tested connecting to it using …

ftp filezilla
Setting up FTP on Amazon Cloud Server

I am trying to set up FTP on Amazon Cloud Server, but without luck. I search over net and there …

linux amazon-web-services amazon-s3 amazon-ec2 ftp
How to upload (FTP) files to server in a bash script?

I'm trying to write a bash script that uploads a file to a server. How can I achieve this? Is …

bash ftp