I would like to have an uploader something along the lines of this but I want to have a progress bar and e-mail me a notification once it\'s done like yousendit does it.
I am a beg开发者_StackOverflowinner. I tried to use some synchronous FTP downloading (in order to create a file on the iphone from a file on the ftp server) in an application but I am not able to do i
So, I am in this little predicament where I am stuck watching a few ftp folders to see if they have new files added to them. If they do, it needs to throw an event with the file name. Thereby telling
i\'m stuck at a point where i am using a wildcard parameter with the FtpWebRequest object as suck FtpWebR开发者_开发问答equest reqFTP = (FtpWebRequest)FtpWebRequest.Create(new Uri(\"ftp://\" + ftpSer
Closed. This question is off-topic. It is not currently accepting answers. 开发者_JAVA技巧 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
In FTP, when I mget *, it only gets fil开发者_Python百科e with extension *.xxx and ignores those files without any extension, e.g. file name ACC001.
I want to make an FTP connection (ideally using Coldfusion 8, but Java is fine too) that will copy a file to a remote server.
I\'m connecting to an ftp server that I have no control over, and I\'m pretty sure is using something old and outdated due to other issues I\'ve run into.
I need to upload multiple files from directory to the server via FTP and SFTP. I\'ve solved this task for SFTP with python, paramiko and threading. But I have problem with doing it for FTP. I tried to
I am making a j2me application to send an image (taken from a camera) to a PC 开发者_如何学编程for further processing. Can I send it over bluetooth using ftp to the pc ?If you use JSR-82, you can conn