Top "Ftp-client" questions

is for questions dealing with the clients used for the file transfer protocol.

Android FTPClient - retrieveFileStream() always returns null

I am a newbie to Android. I am trying download a file from ftp server to sdcard using Apache Commons …

android ftp-client apache-commons-net
Commons FTPClient hangs after uploading large a file

I'm using Apache Commons FTPClient 3.1 to do a simple file upload. storefile() works fine for files of smaller sizes (under 100…

java apache upload apache-commons ftp-client
Monitoring progress using Apache Commons FTPClient

I have a simple FTPClient class that downloads files form an FTP server. I also need to monitor progress of …

java ftp download apache-commons ftp-client
FTPClient.storeFile() uploads slowly and then doesn't work

Android n00b trying to figure out file server upload. I'm having a lot of trouble trying to upload a …

java android eclipse ftp ftp-client
copy file from one server to another programmatically in php

I've hosted my all code files on one server whose domain is like example.com and I'm at one of …

php ftp-client
How to connect and disconnect to/from FTP server correctly?

I'm wondering if the way that I connect and disconnect to/from a FTP server is correct or if it …

java ftp ftp-client
FTPClient (commons net) Upload problem

I use the following piece of code to upload a photo to a ftp host. But the photo seems to …

java ftp ftp-client apache-commons-net
Chrome OS: how to enable direct SFTP access in the Files app / Pixelbook Review

An article on Chrome OS that I read here: https://medium.com/@JamesCridland/review-five-months-with-a-chromebook-for-web-development-writing-and-more-8adf36b4a061 says: "Update: Above, …

google-chrome-extension ftp google-chrome-devtools google-chrome-app ftp-client
How to overwrite files over FTP using command?

I have written such a shell script which uploads files over ftp to my deployment server . This script working perfectly …

bash shell ftp ftp-client
FTPClient corrupts the images while uploading to ftp server on android?

I'm trying to upload images to a FTP server (on my local PC) from Android Phone (HTC Desire HD). Images …

java android ftp ftp-client apache-commons-net