m*****x 发帖数: 114 | 1 我创建了uploads 文件夹呀,是对这个文件夹的路径有要求吗? |
|
s****y 发帖数: 983 | 2 uploads是绝对路径下的,你是不是放在htdocs下了?另外有没有读写权限 |
|
|
m*****x 发帖数: 114 | 4 我在terminal下运行 chmod 777/Users/maiziex/uploads
出现了:
usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a [i][# [ n]]] mode|
entry file ...
chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
但是问题还是一样,不好意思阿,还有别的问题吗? |
|
m*****x 发帖数: 114 | 5 哇,终于把upload的问题解决了,google了半天也没看懂怎么搞。 再送上包子,嘿嘿
~~ |
|
|
m*****x 发帖数: 114 | 7 我创建了uploads 文件夹呀,是对这个文件夹的路径有要求吗? |
|
m*****x 发帖数: 114 | 8 我创建了uploads 文件夹呀,是对这个文件夹的路径有要求吗? |
|
s****y 发帖数: 983 | 9 uploads是绝对路径下的,你是不是放在htdocs下了?另外有没有读写权限 |
|
|
m*****x 发帖数: 114 | 11 我在terminal下运行 chmod 777/Users/maiziex/uploads
出现了:
usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a [i][# [ n]]] mode|
entry file ...
chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
但是问题还是一样,不好意思阿,还有别的问题吗? |
|
m*****x 发帖数: 114 | 12 哇,终于把upload的问题解决了,google了半天也没看懂怎么搞。 再送上包子,嘿嘿
~~ |
|
|
|
|
c*******o 发帖数: 1722 | 16 want to upload and download files on a server.
any reference for this? thanks a lot. |
|
f*******2 发帖数: 211 | 17 Photo uploaded. Back fans have not arrived, all fans are new. |
|
b****4 发帖数: 1148 | 18 刚刚把owncloud配置好,不过家里网络download speed还行,upload很慢,只有0.
9Mbps
如果外面传东西给家里的server,对于server而言是up还是down? |
|
p***l 发帖数: 13 | 19 是Foscam8910,想motion trigger upload video 到 nas. 不想整天开着电脑。
有一个pogoplug 装了debian, 可以做到吗?谢谢。 |
|
j*****e 发帖数: 11116 | 20 verzion fios,之前都没问题,啥都没动过,打了客服,寄来一个新款的router/modem
,可是问题还是没有解决,用speedtest测,download 50mbps,upload近似是零测不出
来。普通浏览internet,看视频是没影响,不过操作gmail啥的很痛苦,经常no
response,这个有人碰到过吗? |
|
j*****e 发帖数: 11116 | 21 update一下,verizon的人来过了,屋外的box也换了,操 还是不行
白天一般都没事 就是夜里upload几乎是0 附近居民并不多 一条街也就20个house吧,
还有老人家庭,不应该每户晚上都狂上传东西,狂开p2p吧
verizon的说可能是晚上大家都在家 4G信号影响的 ……这能影响到fios?
貌似无解了这个问题。一个月之前还是好好的,白天黑夜都没问题,没有改过任何设置
直到出现问题。 |
|
C****3 发帖数: 349 | 22 家里只要有设备uploading, 上网干啥都超慢?啥原因呢 |
|
|
t**********s 发帖数: 930 | 24 Recentyly Verizon's DSL upload speed down to only a few Ks, but download speed
is the same.
What's wrong? |
|
t**********s 发帖数: 930 | 25 Recentyly Verizon's DSL upload speed down to only a few Ks, but download speed
is the same.
What's wrong? |
|
s********g 发帖数: 161 | 26 我有20G data, folder/files, 需要给外州的朋友。我的电脑不能用FTP 之类的,只能
用HTTP based, ex, drive.gmail.com 可以,但是,速度很慢,且一个一个upload or
download.
请问有什么网站可以提供这样的服务?
谢谢了! |
|
|
k********u 发帖数: 5 | 28 I have finished uploading all the stuffs on my server to
gerdo's, totally 690Mb.
my server will go down for the rest of today and get back
later.for now, you can login to gerdo's server for
everything
128.61.81.13 j2ee/j2ee
stuffs on my server is under directory Kuafu2000
thanks for gerdo's support.
-kuafu |
|
a*****a 发帖数: 529 | 29 我有这么个情形:我在hostmonster上有个帐号,想让别人给我传一些东西上去,他们
没有ftp client,没有sftp client,我想做一个简单的upload网页直接传,有没有现
成的php script什么的? |
|
b**k 发帖数: 1219 | 30 【 以下文字转载自 Python 俱乐部 】
发信人: bakk (XigXag), 信区: Python
标 题: M2Crypto upload 怎么做?
发信站: BBS 未名空间站 (Thu Sep 8 14:50:36 2011, 美东)
我的这段就卡在倒数第二行了
thanks!
--------------------------------
from M2Crypto import ftpslib
f=ftpslib.FTP_TLS()
f.connect('hishost',hisport)
f.auth_tls()
f.set_pasv(0)
f.prot_p()
f.login('myid','mypassowrd')
f.cwd('myfolder')
f.storlines('STOR myfile.txt',open("C:\myfile.txt","r"))
f.quit() |
|
c*********e 发帖数: 16335 | 31 自己用java写javascript,servlet,upload到网站上去。大家用哪个免费网站? |
|
x*******1 发帖数: 28835 | 32 S3 里面没有multipart upload? Glacier有的,不过也会很慢。 还是用import/
export最好。 |
|
r******g 发帖数: 3849 | 33 最近不知道怎么搞的,internet upload usage突然大增。以前只有download 的是10%,
现在是download的一倍都不止。新装的下载软件有迅雷,raysource and Jdownloader.
另外最近看youtube也比较多。到底哪个是罪魁祸首呀。望那位有经验的老大可以告诉
一下小弟。谢谢 |
|
w**x 发帖数: 35 | 34 【 以下文字转载自 Software 讨论区 】
【 原文由 whyx 所发表 】
i uploaded kylix to TAR's server/incoming
many thx to TAR for the server's space. :)
whyx. |
|
w********h 发帖数: 12367 | 35 responses to reviewers' comments没地方专门upload阿。。。
只能放cover letter那个方框里面了么?
格式也都没有了阿。。。
这个系统真烂阿。。。 |
|
p*****r 发帖数: 805 | 36 同感,wiley的投稿系统是我见过的最不user friendly的。不可以upload word文档的
response letter,只好用plain text,图表啊什么的都没法附加在回复里面。我当时
是都放在cover letter里面了好像。 |
|
p********8 发帖数: 6 | 37 Could I see my picture in the postoffice after uploading it. Thanks! |
|
c******e 发帖数: 76 | 38 Thank you so much, Eric.
Do you know how long will photo be uploaded to EAR post office? I still did
not see the photo in ADT documents. Is it simultaneous or need some time? |
|
e*****a 发帖数: 1334 | 39 It may need ECFMG's intervention. Once it's in EAR post office, the word "
photo" will be displayed along with LoRs. Our school takes care of the
uploading.
did not see the photo in ADT documents. Is it simultaneous or need some time? |
|
m****n 发帖数: 322 | 40 how do you know? it is already uploaded to ERAS postoffice? |
|
s****i 发帖数: 23 | 41 Please let me know where to upload the photo. I go over the application, but
did not find the place to put my picture in myeras.Thanks a lot. |
|
E*******9 发帖数: 152 | 42 Hi everyone,
Sorry that I have to write in English in this computer.
I wonder whether we need to notify (by email or phone) the programs which
already downloaded our materials before they are complete, when the new LOR
(which is the 3rd LOR) is uploaded into postoffice.
Any inputs will be greatly appreciated!
Start to feel uneasy when seeing the programs which I applied to send out IV
invitation while my email box is still empty...
But Jia You and hang in there, everyone! |
|
j**n 发帖数: 187 | 43 我的MyERAS的12 页的Application form 还没有submit。想问一问submit后多长时间能
upload上去?好像不submit不能申请program。是像PS一样一提交就能用了吗? |
|
e*****a 发帖数: 1334 | 44 Depends on the system processing time, usually pretty fast.
能upload上去?好像不submit不能申请program。是像PS一样一提交就能用了吗? |
|