腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
使用Git和
FTP
的网站的适当文件权限
、
、
、
、
对于可以由Git (例如核心应用程序文件)、
FTP
(例如插件)或上传表单(例如图像)更新的网站,有哪些适当的文件权限?涉及的用户:
FTP
更新将所有者更改为ftpuser:ftpuser.默认情况下,上传的图像分配给
apache
:
apache
用户。大多数人推荐文件夹755,文件644,假设所有东西都是同一个用户拥有的,当然情况并非如此。
浏览 2
提问于2012-12-07
得票数 1
1
回答
Java中的
FTP
登录问题
、
、
org.
apache
.commons.net.
ftp
.FTPConnectionClosedException: Connection closed without indication.at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:294
浏览 1
提问于2017-04-11
得票数 0
2
回答
Ant
FTP
任务失败: java.net.SocketException
、
(
FTP
.java:472)at org.
apache
.commons.net.
ftp
.
FTP
.port(
FTP
.java:862)at org.
apache
.tools.an
浏览 9
提问于2011-12-23
得票数 6
回答已采纳
0
回答
为什么通过
FTP
为一个有170K文件的文件夹抛出FTPConnectionClosedException?
、
、
、
at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:316) at org.
apache
.commons.net.
ftp
.
FTP
.getReply(
FTP
.java:712) at or
浏览 9
提问于2016-07-09
得票数 1
1
回答
如何使用ant工具的put命令从本地驱动器上传
FTP
服务器上的zip文件夹
在我的本地驱动器中,我创建了一个压缩文件夹,我想通过使用ANT.pls的put命令上传到
FTP
服务器,给我一些想法…
浏览 1
提问于2011-03-03
得票数 0
回答已采纳
1
回答
Apache
commons-net
FTP
错误
、
、
、
indication.at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:294)at
浏览 0
提问于2015-10-31
得票数 0
1
回答
ANT
FTP
build命令由于未解决的oro依赖而失败
、
、
我想在ANT命令中使用
FTP
标记从
FTP
位置接收文件。为此,我在ANT的lib文件夹中复制了jakarta-oro-2.0.8.jar和
apache
-commons-net.jar。at org.
apache
.commons.net.
ftp
.FTPClient.listFiles(FTPClient.java:2188) at org.
apache
.tools.ant.taskdefs.optional.net.
FTP
$FTPDirectoryScanner.s
浏览 4
提问于2013-09-12
得票数 0
回答已采纳
1
回答
Gradle删除任务目录无法将URL转换为文件
、
我正在尝试通过sftp从我的服务器网络中的文件夹中删除一些文件。 delete fileTree(dir: "sftp://my.server.com")当我运行./gradlew deleteTask时,我得到:> Cannot convert URL "sftp://my.serv
浏览 1
提问于2015-10-17
得票数 1
2
回答
Apache
Camel
FTP
错误
、
、
、
、
Server closed connection.at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:294) at org.
apache
.commons.net.
ftp
.
FTP
.sendCommand(
FTP</em
浏览 2
提问于2015-01-13
得票数 1
回答已采纳
2
回答
Camel:文件操作失败:连接已关闭,没有任何指示..电码: 421
、
、
at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:317) at org.
apache
.commons.net.
ftp
.
FTP
.sendCommand(
FTP
.java:4
浏览 0
提问于2015-08-13
得票数 3
回答已采纳
1
回答
如何在星火中设置
FTP
被动模式?从
FTP
服务器读取文件
、
、
、
、
at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:313) at org.
apache
.commons.net.
ftp
.
FTP
.sendCommand(
FTP
.java:479) at
浏览 5
提问于2020-07-05
得票数 1
回答已采纳
1
回答
Camel从
FTP
读取文件并存储在本地资源文件夹中
、
我试图构建一个简单的路由,从
FTP
文件夹读取,并将其存储在本地资源文件夹中。我能够连接到
FTP
端点,但之后不会发生任何事情。from:
ftp
://xx.xx.xx.xx/
ftp
/xx/xx?--
FTP
--> <groupId>org.
apache
.camel</groupId> <art
浏览 0
提问于2018-07-24
得票数 0
回答已采纳
1
回答
FTPSClient返回MalformedServerReplyException:无法解析响应代码
、
、
java代码来自于
apache
commons-net 2.0,它给了我意外的错误。: Could not parse response code. at org.
apache
.commons.net.
ftp
.
FTP
._connectAction_(
FTP
.java:364) at org.
ap
浏览 22
提问于2013-03-25
得票数 5
回答已采纳
3
回答
使用SFTP将文件从本地文件夹上传到远程文件夹
、
、
Server Reply: SSH-2.0-OpenSSH_4.3 at org.
apache
.commons.net.
ftp
.
FTP
.at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:284) at
浏览 3
提问于2016-05-12
得票数 0
2
回答
ftp
的android studio库导入失败
、
在我将commons-net3.3放入libs之后,我仍然不能导入import org.
apache
.commons.net.
ftp
.FTPClient;import org.
apache
.commons.net.
ftp
.FTPReply; 我有没有遗漏什么步骤?
浏览 3
提问于2015-03-30
得票数 2
3
回答
FTPClient上传文件= SocketException:连接重置
、
、
、
、
(CRLFLineReader.java:58) at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:290) at org.
apache
.commons.net.
ftp
.
FTP
.sendCommand(
浏览 1
提问于2011-12-01
得票数 10
回答已采纳
3
回答
将java中的文件上传到
ftp
服务器时出错
、
、
、
(CRLFLineReader.java:58)at org.
apache
.commons.net.
ftp
.
FTP
.__getReply(
FTP
.java:290) at org.
apache
.commons.net.
ftp
.
FTP
.sendCommand(
FTP
浏览 3
提问于2012-04-23
得票数 2
回答已采纳
1
回答
FTP
用户权限
、
、
、
我有一台CentOS服务器,我想知道是否有可能给
ftp
用户权限超过
Apache
用户?因为如果我用
Apache
创建一个文件夹(拥有755权限),我不能从
ftp
中删除它。
浏览 6
提问于2011-04-27
得票数 1
回答已采纳
2
回答
在EC2上使用
apache
时,如何允许
Apache
用户上传到用户目录?
、
、
、
默认情况下,my
apache
以
apache
组的用户
apache
身份运行。如何授予
apache
用户超级用户权限,以允许其在不更改目录所有者的情况下进行上传?
浏览 0
提问于2010-11-26
得票数 2
回答已采纳
1
回答
无法解析grails中的类org.
apache
.commons.net.
ftp
、
我正在开发一个模块,其中需要将一些文件上传到
ftp
服务器上,以便在我的grails应用程序中添加“Common-net-3.3.jar”&同时使用它。import org.
apache
.commons.net.
ftp
.
FTP
import org.
apache
.commons.net.
ftp
.FTPClientConfigimport org.
apa
浏览 2
提问于2015-06-22
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
FTP空间是什么?如何获取免费FTP空间吗?
实用干货:FTP请求字段和FTP响应码
python与FTP
【每周一库】rust-ftp-an FTP client written in Rust
FTP权限详解
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券