ftp-client
Java: upload file to FTP problem (packets lost)
I\'m trying to transfer a file from my Java application to an FTP server the program works, the file is transferred, but when I go to open in the FTO folder, the file is corrupted, I think that packet[详细]
2023-02-05 23:42 分类:问答how using FTP service in Oracle form!
I am using Oracle forms for my application. I would like to copy one directory from my local computer to a ftp address.[详细]
2023-02-05 01:27 分类:问答FTP client - listfiles
I am unable to get the exact file list using FTPClient. Sample code as below :开发者_如何学C FTPClient client = new FTPClient();[详细]
2023-02-04 10:05 分类:问答Some way to send data from one FTP server to another without intermediary?
I\'m trying to move a large amount of files from one CDN to another. I know that they have a very high-speed connection to each other, so what I\'d like to do is connect them directly, but the only pr[详细]
2023-02-03 22:28 分类:问答Apache Commons FTPClient, check if remote directory exist and get permissions (linux - unix)
Is it possible with FTPClient (Apache commons-net) to check if a remote directory exists? I want to do something like this:[详细]
2023-01-31 10:17 分类:问答Apache FTPClient - incomplete file retrieval on Linux, works on Windows
I have a java application on Websphere that is using Apache Commons FTPClient to retrieve files from a 开发者_运维问答Windows server via FTP.When I deploy the application to Websphere running in a Win[详细]
2023-01-23 16:42 分类:问答Free alternative to RocketStream Station?
I just tried RocketStream Station (www.rocketstream.com) as an alternative to FTP for transferring large files over long Internet distances (relatively high latency) and was blown away by its performa[详细]
2023-01-19 15:54 分类:问答How does Dropbox work? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-13 07:47 分类:问答Why ftp credentials are stripped away from email body when using MailMessage in C#?
I am dispatching emails at clients, notifying them for specific content deliveries and I have a problem with the containing ftp uri in mail body. I am constructing the ftp uri alongside with ftp crede[详细]
2023-01-09 15:10 分类:问答Variables in Batch FTP script
In C you can use %username% as a variable for the current user\'s name for directory listings and such: c:\\开发者_运维知识库documents and settings\\%username%\\[详细]
2023-01-09 14:12 分类:问答