1
vote
1answer
23 views
Thread Synchronization and Thread Pausing\Resuming
Hi,
I am trying to send the files from local to FTP, for that I am locking the TCPClient before sending the file. And that file sending is doing in another thread. So that the main thread doesn't …
0
votes
3answers
20 views
Parsing File details for Windows FTP Server
Hi,
I am trying to connect to FTP server through the c# code and I am getting the list of Files and directories. And that I am saving in a ArrayList(with all attributes). I can find the FTP Server …
0
votes
1answer
31 views
Files are getting corrupted via FTP Client Upload
I tried uploading files to my server
my.php (normal local file)
<?php
$box_title= "SEARCH ME"
?>
After uploading via FileZilla FTP Client (remote server file)
// SOMETIMES ABOVE FILE …
0
votes
2answers
49 views
Detect or prevent Commons Net FTPClient from blocking on read.
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 …
0
votes
4answers
78 views
Issue with encoding UTF-8 when FTPing files
I am able to have my application upload files via FTP using the FTPClient Java library.
(I happen to be uploading to an Oracle XML DB repository.)
Everything uploads fine unless the xml file has …
7
votes
23answers
1k views
Any good, free ftp client?
I've been using the free naggy version of Smart FTP for a while. It's very good, but then it became shareware only.
So I was wondering, are there any other good FTP clients for Windows?
The ones I …
0
votes
3answers
246 views
Recursively PUT files to a remote server using FTP
I'm currently in a situation where I have very limited access to a server, but need to upload and download a significant amount of files contained within a single directory structure. I don't have …
0
votes
2answers
214 views
Non-interactive command-line FTP client alternative to weex
Hi,
I'm looking for a good non-interactive, command line FTP client to be run from a Rakefile. Like Weex, but better. Weex has different problems (for me):
It stores its config file in my home dir. …
0
votes
5answers
350 views
Does anybody know of a tabbed FTP client?
Am I the only person who has the need to view multiple directories at once (usually on the same remote server, but sometimes other ones too)? Disconnecting and reconnecting is driving me crazy.
…
2
votes
2answers
547 views
Open Source FTP Client that supports synchronizing?
Does anyone know of a good open source FTP client for Windows that allows for scheduled synchronizing? I'm needing something also very....very... user friendly.
