1
vote
1answer
24 views
FTP Upload multiple files without disconnect using .NET
I'm uploading multiple files using FtpWebRequest.
But for every file I'm opening and closing a connection.
How can I upload multiple files using the same connection?
Like a ftp c …
0
votes
5answers
67 views
ftp multiple files
i have a unix 2 servers in which i need to ftp some files
the directory structure is alsmost same except a slight difference like
server a server b
miabc/v11_0/a/ …
0
votes
3answers
111 views
100% foolproof c# ftp file transfer code (with transactions if possible)
hey guys i want to write a small c# ftp client class library which basically needs to transfer files to a ftp location
what i want is a 100% foolproof code where i can get some so …
0
votes
3answers
141 views
Stuck on a loop!
I am creating an app which will be used to upload images to a specified server. I have created my GUI in Qt Designer, everything works fine I just am stuck on something that I know …
0
votes
2answers
60 views
How can I check the size of a file over FTP using Perl?
I have FTP Perl script and I want to make sure whether the file transfer is complete by checking the number of bytes that are transfered to the remote server is equal to the actual …
0
votes
1answer
14 views
Checking files retrieved by Twisted’s FTPClient.retrieveFile method for completeness.
I'm writing a custom ftp client to act as a gatekeeper for incoming multimedia content from subcontractors hired by one of our partners. I chose twisted because it allows me to par …
1
vote
0answers
84 views
Insanely slow web site performance [closed]
Hi everyone,
I recently started development work on an existing web site that has been loading pages extremely slowly. I know that it is being served by Apache, but I don't have a …
0
votes
2answers
17 views
FTP In/Out Folder Name Best Practices
What best practices (if any) do you adhere to regarding setting up outgoing and incoming folders for your FTP clients? We typically use "outgoing" and "incoming", but no matter ho …
0
votes
1answer
17 views
biztalk server ftp file transfer success / failure acknowledgement
hey guys i am a newbie when it comes to biztalk
how do i enable a file by file ftp transfer job on biztalk where biztalk acknowledges for every file transfer whether it was a succ …
0
votes
1answer
23 views
Using TCPClient with RAW FTP to retrieve file
I get the following message back when trying to retrieve a file using TCPClient and RAW FTP:
"425 Failed to establish connection."
I connect using :
using (TcpClient client = ne …
0
votes
2answers
28 views
Auto FTP from a Directory
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#?
Thanks
0
votes
2answers
84 views
Retrieving a List of Files from an FTP server in C#
I'm trying to retrieve a list of files from an FTP server, but I'm getting some weird non-ASCII responses.
Here is the code that I am using:
public string[] getFileList(string …
0
votes
2answers
24 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 fro …
0
votes
3answers
27 views
How can I talk to FTP server by implementing commands over SocketConnection
I am building an app which sends/recv large data to/from my remote FTP server. I want to implement FTP commands over SocketConnection. I have to first open the connection and then …
1
vote
5answers
325 views
Problem With thread
hi
I am doing a project in ftp,which will do multiple uploads,and the process i am doing is compressing the file then encrypting then cut into several pieces and send it to the s …
