FTP
Delete files on a FTP server with the word "ub" in their filenames
I connect via ftp_connect and ftp_login to a FTP server. Once connected, I go to a directory with ftp_chdir. In the directory, I have to delete with ftp_delete all files that have the word \"ub\" i开发[详细]
2023-04-05 22:00 分类:问答FTP upload problem
I have made a program to upload to my NAS via FTP protocol. My program runs fine when I try to upload to my web page, but when I开发者_开发问答 enter the IP of my NAS, the following line returns false[详细]
2023-04-05 20:29 分类:问答Connection refused after installing vsftp on Ubuntu 8.04 with fail2ban
I have been using an Ubuntu 8.04 server with fail2ban for a while now (12+ months) and using ftp over SSH without any problems. I have a new user that needs to put files onto the server from an IP mod[详细]
2023-04-05 17:48 分类:问答java ftp file upload [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-05 16:07 分类:问答How to transfer files from an amazon EC2 linux vps to a windows 7 home pc
Ok i have spent atleast a week trying to get this solved, looked all over and I see alot of solutions... Problem is none of them work开发者_运维百科 for me. I have a linux EC2 instance from amazon.com[详细]
2023-04-05 08:21 分类:问答Windows Azure - Load Data via FTP in ASP.NET App
I am trying to store data local on windows azure, which I downloaded before via FTP. I download the file like this (works on my local machine):[详细]
2023-04-05 08:19 分类:问答Java FTP xls file upload
I am trying to upload files to a FTP Server in a Java class. I use apache library: org.apache.commons.net.ftp.FTPClient.[详细]
2023-04-05 01:10 分类:问答Open a remote file with vim. Email-like username
I have a problem authenticating to my ftp with vim. That because my 开发者_运维知识库username is an email address like this[详细]
2023-04-05 00:52 分类:问答In-App FTP Access, How to keep my password safe?
I am planning pin making an ftp client, however how in my code in objective-c for my mac application can I keep my username and password safe? They will be in the code, so how can they be kept safe?[详细]
2023-04-04 19:01 分类:问答Cannot Get Files From FTP using ANT
I am trying to get files from FTP, it always says no files retrieved, here goes my code <target name=\"ftp\">[详细]
2023-04-04 17:59 分类:问答