I\'ve been using JakartaFtpWrapper to upload files from the client Java application to my server (for backup purposes).
I\'m building a rails app that communicates with other servers via ftp.The user needs to input their host, username and password for their particular ftp server.I wouldn\'t want to store thei开发者_运
How to sen开发者_开发知识库d and reveice files from a ftp server ? If any sample project or example is there ,then its easy to understand.
In my iPhone application I need to upload images to a server. I don\'t worry much about security and stuffs, just need a fast and reliable method. I can e开发者_运维知识库mbed my image data on the HTT
I have two unix servers in which I need to ftp some files. The directory structure is almost same except a slight difference, like:
Does anyone know of a way to get a status 开发者_运维百科update from ruby\'s Net::FTP library while downloading a file?I am trying to implement a web interface that shows a progress bar for percentage
I get the following message back when trying to retrieve a file using TCPClient and RAW FTP: 425 Failed to establish connection.
What is the simplest way to create my own FTP server in C#? Some of the folders will be virtual folders. The authentication should be fr开发者_开发知识库om a SQL Server database, which includes tables
I want to monitor a directory and FTP any files that are place there to an FTP location. does anyone know how to do this in c#?
I\'m using the Commons Net FTPClient class to periodically poll an ftp site and attempt to download a file.Occasionally the thread is blocking indefinitely when trying to read from the site and I wond