в Тулуне 13,5°C 717 mmHg прогноз погоды чт., 18 апреля 2024 14:29 Курс валют $ 94,32 € 100,28 ¥ 13

Bash,*.bat вопрос

Форум Тулуна > Компьютеры и связь > Вопросы по программированию > Bash,*.bat вопрос
AndX0r
Пользователь
goldstar

Аватар пользователя AndX0r

Сообщений: 2020
Откуда: Плюк
Зарегистрирован: 05.09.07
есть спецы ?

Есть FTP на нем несколько Тб софта, расскидано по папкам, - нужно - получить их список(+содержимое), можно на bash(unix), bat-скрипт или php... чего то толкового ничего в инете найти не могу...


leks
­
redstarredstar

Аватар пользователя leks

Сообщений: 353
Откуда: Иркутск
Зарегистрирован: 18.02.09
PHP
<?php
$dir_name = "."; // имя каталога, список файлов которого нужно получить.
class list_dir
{
var $x = 0;
var $files;
function scan_dir($dir)
{
if(!$temp = @scandir($dir))
{
echo "Директория не существует!<br>";
return;
}
for($i=0; $i < count($temp); $i++)
{
if($temp[$i] != "." && $temp[$i] != "..")
{
if(is_file("$dir/$temp[$i]"))
$this->files[] = "$dir/$temp[$i]";
elseif(is_dir("$dir/$temp[$i]"))
$stack[] = "$dir/$temp[$i]";
}
if((count($temp) - 1) == $i)
{
if(isset($stack[$this->x]))
{
$i = -1;
$dir = $stack[$this->x];
$temp = scandir($stack[$this->x]);
$this->x++;
}
}
}
}
}
$obj = new list_dir;
$obj->scan_dir($dir_name);
echo "<pre>";
print_r($obj->files);
echo "</pre>";
?>




выведет в формате
Array
(
[0] => ./file.php
[1] => ./file.txt
[2] => ./file.jpg
[3] => ./dir1/somefile.html
[4] => ./dir1/somefile.htm
[5] => ./dir1/somefile.css
[6] => ./dir2/somefile.txt
[7] => ./dir2/somefile.htm
[8] => ./dir2/somefile.txt
)





Файловый менеджер (например Total Commander)
ну а вообще, можно соединиться с ftp-сервером через Total Commander.
далее выделяем все нужные папки, лезем в "Инструменты->Копировать полные имена файлов". получим в буфер полные пути до файлов из выделенных каталогов.

bash
имхо, самый оптимальный и простой вариант, но я надеюсь, ты понимашь, что для этого нужен SSH-доступ к серверу.

команда ls -R > filelist.txt даст результат типа
cgi-bin
tmp
www

./cgi-bin:

./tmp:

./www:
index.php
license.txt
readme.html
wp-admin
wp-app.php
wp-atom.php
wp-blog-header.php
wp-comments-post.php
wp-commentsrss2.php
wp-config.php
wp-content
wp-cron.php
wp-feed.php
wp-includes
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-pass.php
wp-rdf.php
wp-register.php
wp-rss.php
wp-rss2.php
wp-settings.php
wp-trackback.php
xmlrpc.php

./www/wp-admin:
admin-ajax.php
admin-footer.php
admin-functions.php
admin-header.php
admin-post.php
admin.php
async-upload.php
categories.php
comment.php
css
custom-header.php
edit-attachment-rows.php
edit-category-form.php
edit-comments.php
edit-form-advanced.php
edit-form-comment.php
edit-link-categories.php
edit-link-category-form.php
edit-link-form.php
edit-page-form.php
edit-pages.php
edit-post-rows.php
edit-tag-form.php
edit-tags.php
edit.php
export.php
gears-manifest.php
images
import
import.php
includes
index-extra.php
index.php
install-helper.php
install.php
js
link-add.php
link-category.php
link-manager.php
link-parse-opml.php
link.php
media-new.php
media-upload.php
media.php
menu-header.php
menu.php
moderation.php
options-discussion.php
options-general.php
options-head.php
options-media.php
options-misc.php
options-permalink.php
options-privacy.php
options-reading.php
options-writing.php
options.php
page-new.php
page.php
plugin-editor.php
plugin-install.php
plugins.php
post-new.php
post.php
press-this.php
profile.php
revision.php
rtl.css
setup-config.php
sidebar.php
theme-editor.php
themes.php
tools.php
update-core.php
update-links.php
update.php
upgrade-functions.php
upgrade.php
upload.php
user-edit.php
user-new.php
users.php
widgets.php
wp-admin.css

./www/wp-admin/css:
colors-classic-rtl.css
colors-classic.css
colors-fresh-rtl.css
colors-fresh.css
dashboard-rtl.css
dashboard.css
farbtastic-rtl.css
farbtastic.css
global-rtl.css
global.css
ie-rtl.css
ie.css
install-rtl.css
install.css
login-rtl.css
login.css
media-rtl.css
media.css
plugin-install-rtl.css
plugin-install.css
press-this-rtl.css
press-this.css
theme-editor-rtl.css
theme-editor.css
widgets-rtl.css
widgets.css

./www/wp-admin/images:
align-center.png
align-left.png
align-none.png
align-right.png
archive-link.png
blue-grad.png
browse-happy.gif
bubble_bg-rtl.gif
bubble_bg.gif
button-grad-active.png
button-grad.png
comment-grey-bubble.png
date-button.gif
ed-bg.gif
fade-butt.png
fav-arrow-rtl.gif
fav-arrow.gif
fav-top.png
fav.png
generic.png
gray-grad.png
icons32-vs.png
icons32.png
list-vs.png
list.png
loading-publish.gif
loading.gif
logo-ghost.png
logo-login.gif
logo.gif
marker.png
mask.png
media-button-image.gif
media-button-music.gif
media-button-other.gif
media-button-video.gif
menu-arrows.gif
menu-bits-rtl.gif
menu-bits.gif
menu-dark-rtl.gif
menu-dark.gif
menu-vs.png
menu.png
no.png
required.gif
resize.gif
screen-options-left.gif
screen-options-right-up.gif
screen-options-right.gif
se.png
star.gif
toggle-arrow-rtl.gif
toggle-arrow.gif
wheel.png
white-grad-active.png
white-grad.png
wordpress-logo.png
wp-logo.gif
xit.gif
yes.png

./www/wp-admin/import:
blogger.php
blogware.php
btt.php
dotclear.php
greymatter.php
jkw.php
livejournal.php
mt.php
opml.php
rss.php
stp.php
textpattern.php
utw.php
wordpress.php
wp-cat2tag.php

./www/wp-admin/includes:
admin.php
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-filesystem-base.php
class-wp-filesystem-direct.php
class-wp-filesystem-ftpext.php
class-wp-filesystem-ftpsockets.php
class-wp-filesystem-ssh2.php
comment.php
dashboard.php
export.php
file.php
image.php
import.php
media.php
misc.php
plugin-install.php
plugin.php
post.php
schema.php
taxonomy.php
template.php
theme.php
update-core.php
update.php
upgrade.php
user.php
widgets.php

./www/wp-admin/js:
cat.js
categories.js
comment.js
common.js
custom-fields.js
dashboard.js
edit-comments.js
editor.js
farbtastic.js
gallery.js
inline-edit-post.js
inline-edit-tax.js
link.js
media-upload.js
page.js
password-strength-meter.js
plugin-install.js
post.js
postbox.js
revisions-js.php
slug.js
tags.js
theme-preview.js
users.js
widgets.js
word-count.js
wp-gears.js
xfn.js

./www/wp-content:
index.php
languages
plugins
themes
uploads

./www/wp-content/languages:
ru_RU.mo
ru_RU.php
ru_RU.po
ru_RU_lite.mo
ru_RU_lite.po

./www/wp-content/plugins:
akismet
alexking.org-ru_RU.po
google-sitemap-generator
role-manager
rus-to-lat.php
russian-date.php
sabre
subscribe-to-comments-ru_RU.po
total_disable_updates.php
wp-email
wp-print
wp-super-cache
wptuner

./www/wp-content/plugins/akismet:
akismet.gif
akismet.php
readme.txt

./www/wp-content/plugins/google-sitemap-generator:
lang

./www/wp-content/plugins/google-sitemap-generator/lang:
sitemap-ru_RU.po

./www/wp-content/plugins/role-manager:
languages

./www/wp-content/plugins/role-manager/languages:
role-manager-ru_RU.po

./www/wp-content/plugins/sabre:
index.php
languages
lisezmoi.txt
readme.txt
sabre.php
sabre_about.php
sabre_admin.php
sabre_captcha.php
sabre_css.php
sabre_define.php
sabre_login.css
sabre_misc.php
screenshot-1.jpg
screenshot-2.jpg
screenshot-3.jpg

./www/wp-content/plugins/sabre/languages:
sabre-fr_FR.mo
sabre-fr_FR.po
sabre-ru_RU.mo
sabre-ru_RU.po
sabre.pot

./www/wp-content/plugins/wp-email:
wp-email-ru_RU_lite.po

./www/wp-content/plugins/wp-print:
wp-print-ru_RU_lite.po

./www/wp-content/plugins/wp-super-cache:
Changelog.txt
advanced-cache.php
plugins
readme.txt
wp-cache-base.php
wp-cache-config-sample.php
wp-cache-phase1.php
wp-cache-phase2.php
wp-cache.php

./www/wp-content/plugins/wp-super-cache/plugins:
searchengine.php

./www/wp-content/plugins/wptuner:
languages

./www/wp-content/plugins/wptuner/languages:
wptuner-ru_RU_lite.po

./www/wp-content/themes:
WP Final Fantasy
bluedream
business-trend
classic
default
lemonfresh
rocksolid
web-world-25

./www/wp-content/themes/WP Final Fantasy:
404.php
NONie.css
archive.php
archives.php
comments.php
footer.php
functions.php
header.php
images
index.php
left.php
page.php
right.php
screenshot.png
search.php
searchform.php
single.php
style.css

./www/wp-content/themes/WP Final Fantasy/images:
Thumbs.db
adam.jpg
bg-content.jpg
bg-lat.jpg
bg-lat2.jpg
bg.jpg
boat.jpg
footer.jpg
h2-cont.jpg
h2.jpg
h2r.jpg
header.jpg
menu.jpg
study.jpg

./www/wp-content/themes/bluedream:
404.php
archive.php
archives.php
attachment.php
comments-popup.php
comments.php
footer.php
functions.php
header.php
ie_hacks.css
images
index.php
links.php
page.php
rtl.css
screenshot.png
search.php
searchform.php
sidebar.php
single.php
style.css

./www/wp-content/themes/bluedream/images:
commentbg.png
date.gif
header-bg.jpg
menubg.png
message.png
post-top.png
postbg.png
sidebarbg.png
sidebarh2.png

./www/wp-content/themes/business-trend:
404.php
Thumbs.db
about.txt
ads.txt
comments.php
footer.php
functions.php
header.php
images
index.php
page.php
screenshot.png
sidebar.php
single.php
style.css

./www/wp-content/themes/business-trend/images:
Thumbs.db
bg.gif
bg1.gif
bot.jpg
date.gif
del.jpg
footer.jpg
h2.jpg
header.jpg
nav-hover.png
nav.jpg
rss.jpg
techno.jpg

./www/wp-content/themes/classic:
comments-popup.php
comments.php
footer.php
functions.php
header.php
index.php
rtl.css
screenshot.png
sidebar.php
style.css

./www/wp-content/themes/default:
404.php
archive.php
archives.php
comments-popup.php
comments.php
footer.php
functions.php
header.php
image.php
images
index.php
kubrick.pot
links.php
page.php
rtl.css
ru_RU.mo
ru_RU.po
screenshot.png
search.php
searchform.php
sidebar.php
single.php
style.css

./www/wp-content/themes/default/images:
audio.jpg
header-img.php
kubrickbg-ltr.jpg
kubrickbg-rtl.jpg
kubrickbgcolor.jpg
kubrickbgwide.jpg
kubrickfooter.jpg
kubrickheader.jpg

./www/wp-content/themes/lemonfresh:
404.php
comments.php
footer.php
functions.php
header.php
images
index.php
page.php
screenshot.png
search.php
sidebar-right.php
sidebar.php
single.php
style.css
style_ie.css

./www/wp-content/themes/lemonfresh/images:
ad.gif
bg.jpg
blank.gif
header.jpg
header_menu.gif
main.gif
main_bottom.gif
main_top.gif
post_date.gif
post_info.gif
post_title.gif
sidebar_menu.gif
sidebar_search.gif
sidebar_title.gif

./www/wp-content/themes/rocksolid:
404.php
archives.php
category.php
comments.php
date.js
footer.php
functions.php
header.php
iepngfix
images
index.php
js
page.php
pagenavi-css.css
screenshot.gif
search.php
searchform.php
sidebar.php
single.php
style-color-blue.css
style-color-gray.css
style-color-green.css
style-color-red.css
style-ie.css
style.css
tag.php
wp-pagenavi.php

./www/wp-content/themes/rocksolid/iepngfix:
blank.gif
iepngfix.htc
iepngfix_tilebg.js

./www/wp-content/themes/rocksolid/images:
background-blue.gif
background-gray.gif
background-green.gif
background-red.gif
black.png
comment-container-bottom.gif
default-125.gif
default-post-image.gif
favicon-blue.png
favicon-gray.png
favicon-green.png
favicon-red.png
flickr-icon.gif
footer.gif
header-blue.gif
header-gray.gif
header-green.gif
header-red.gif
li-ie.gif
li.gif
like-this-post.gif
navbar-hover.gif
post-container-bottom.gif
post-container-top.gif
search-bg.gif
search-button.gif
share-delicious.gif
share-digg.gif
share-rss.gif
share-stumbleupon.gif
share-technorati.gif
share-twitter.gif
sidebar-h2.gif
top.gif
twitter-bird-blue.png
twitter-bird-gray.png
twitter-bird-green.png
twitter-bird-red.png

./www/wp-content/themes/rocksolid/js:
jquery.js
s3Slider.js
smooth-src-comments.js
smooth.pack.js

./www/wp-content/themes/web-world-25:
404.php
about.php
archive.php
attachment.php
comments.php
footer.php
functions.php
header.php
images
index.php
links.php
page.php
readme.txt
screenshot.jpg
search.php
searchform.php
sidebar.php
single.php
style.css

./www/wp-content/themes/web-world-25/images:
ad.gif
bg.jpg
container.jpg
footer.jpg
go.jpg
header.jpg
link.jpg
link1.jpg
menul.gif
menur.gif
postbg.jpg
postbottom.jpg
posttop.jpg
sidebg.jpg
sidebottom.jpg
sidetop.jpg
top.jpg

./www/wp-content/uploads:

./www/wp-includes:
Text
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php
capabilities.php
category-template.php
category.php
class-IXR.php
class-phpass.php
class-phpmailer.php
class-pop3.php
class-smtp.php
class-snoopy.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
classes.php
comment-template.php
comment.php
compat.php
cron.php
default-filters.php
deprecated.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss.php
feed-rss2-comments.php
feed-rss2.php
feed.php
formatting.php
functions.php
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
gettext.php
http.php
images
js
kses.php
l10n.php
link-template.php
locale.php
media.php
pluggable.php
plugin.php
post-template.php
post.php
query.php
registration-functions.php
registration.php
rewrite.php
rss-functions.php
rss.php
script-loader.php
shortcodes.php
streams.php
taxonomy.php
template-loader.php
theme.php
update.php
user.php
vars.php
version.php
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php

./www/wp-includes/Text:
Diff
Diff.php

./www/wp-includes/Text/Diff:
Engine
Renderer
Renderer.php

./www/wp-includes/Text/Diff/Engine:
native.php
shell.php
string.php
xdiff.php

./www/wp-includes/Text/Diff/Renderer:
inline.php

./www/wp-includes/images:
blank.gif
crystal
rss.png
smilies
upload.png
wlw

./www/wp-includes/images/crystal:
archive.png
audio.png
code.png
default.png
document.png
interactive.png
license.txt
spreadsheet.png
text.png
video.png

./www/wp-includes/images/smilies:
icon_arrow.gif
icon_biggrin.gif
icon_confused.gif
icon_cool.gif
icon_cry.gif
icon_eek.gif
icon_evil.gif
icon_exclaim.gif
icon_idea.gif
icon_lol.gif
icon_mad.gif
icon_mrgreen.gif
icon_neutral.gif
icon_question.gif
icon_razz.gif
icon_redface.gif
icon_rolleyes.gif
icon_sad.gif
icon_smile.gif
icon_surprised.gif
icon_twisted.gif
icon_wink.gif

./www/wp-includes/images/wlw:
wp-comments.png
wp-icon.png
wp-watermark.png

./www/wp-includes/js:
autosave.js
colorpicker.js
comment-reply.js
crop
hoverIntent.js
jquery
prototype.js
quicktags.js
scriptaculous
swfupload
thickbox
tinymce
tw-sack.js
wp-ajax-response.js
wp-lists.js

./www/wp-includes/js/crop:
cropper.css
cropper.js
marqueeHoriz.gif
marqueeVert.gif

./www/wp-includes/js/jquery:
interface.js
jquery.color.js
jquery.form.js
jquery.hotkeys.js
jquery.js
jquery.schedule.js
jquery.table-hotkeys.js
suggest.js
ui.core.js
ui.dialog.js
ui.draggable.js
ui.resizable.js
ui.sortable.js
ui.tabs.js

./www/wp-includes/js/scriptaculous:
MIT-LICENSE
builder.js
controls.js
dragdrop.js
effects.js
prototype.js
scriptaculous.js
slider.js
sound.js
unittest.js
wp-scriptaculous.js

./www/wp-includes/js/swfupload:
handlers.js
plugins
swfupload.js
swfupload.swf
swfupload_f9.swf

./www/wp-includes/js/swfupload/plugins:
swfupload.cookies.js
swfupload.documentready.js
swfupload.graceful_degradation.js
swfupload.queue.js
swfupload.swfobject.js

./www/wp-includes/js/thickbox:
loadingAnimation.gif
macFFBgHack.png
tb-close.png
thickbox.css
thickbox.js

./www/wp-includes/js/tinymce:
blank.htm
langs
license.txt
plugins
themes
tiny_mce.js
tiny_mce_popup.js
utils
wordpress.css
wp-mce-help.php

./www/wp-includes/js/tinymce/langs:
wp-langs-en.js
wp-langs.php

./www/wp-includes/js/tinymce/plugins:
autosave
directionality
fullscreen
inlinepopups
media
paste
safari
spellchecker
wordpress
wpeditimage
wpgallery

./www/wp-includes/js/tinymce/plugins/autosave:
editor_plugin.js

./www/wp-includes/js/tinymce/plugins/directionality:
editor_plugin.js

./www/wp-includes/js/tinymce/plugins/fullscreen:
editor_plugin.js
fullscreen.htm

./www/wp-includes/js/tinymce/plugins/inlinepopups:
editor_plugin.js
skins
template.htm

./www/wp-includes/js/tinymce/plugins/inlinepopups/skins:
clearlooks2

./www/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2:
img
window.css

./www/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img:
alert.gif
button.gif
buttons.gif
confirm.gif
corners.gif
drag.gif
horizontal.gif
vertical.gif

./www/wp-includes/js/tinymce/plugins/media:
css
editor_plugin.js
img
js
media.htm

./www/wp-includes/js/tinymce/plugins/media/css:
content.css
media.css

./www/wp-includes/js/tinymce/plugins/media/img:
flash.gif
flv_player.swf
quicktime.gif
realmedia.gif
shockwave.gif
trans.gif
windowsmedia.gif

./www/wp-includes/js/tinymce/plugins/media/js:
embed.js
media.js

./www/wp-includes/js/tinymce/plugins/paste:
blank.htm
css
editor_plugin.js
js
pastetext.htm
pasteword.htm

./www/wp-includes/js/tinymce/plugins/paste/css:
blank.css
pasteword.css

./www/wp-includes/js/tinymce/plugins/paste/js:
pastetext.js
pasteword.js

./www/wp-includes/js/tinymce/plugins/safari:
blank.htm
editor_plugin.js

./www/wp-includes/js/tinymce/plugins/spellchecker:
classes
config.php
css
editor_plugin.js
img
includes
rpc.php

./www/wp-includes/js/tinymce/plugins/spellchecker/classes:
EnchantSpell.php
GoogleSpell.php
PSpell.php
PSpellShell.php
SpellChecker.php
utils

./www/wp-includes/js/tinymce/plugins/spellchecker/classes/utils:
JSON.php
Logger.php

./www/wp-includes/js/tinymce/plugins/spellchecker/css:
content.css

./www/wp-includes/js/tinymce/plugins/spellchecker/img:
wline.gif

./www/wp-includes/js/tinymce/plugins/spellchecker/includes:
general.php

./www/wp-includes/js/tinymce/plugins/wordpress:
css
editor_plugin.js
img
js

./www/wp-includes/js/tinymce/plugins/wordpress/css:
content.css

./www/wp-includes/js/tinymce/plugins/wordpress/img:
audio.gif
help.gif
image.gif
media.gif
more.gif
more_bug.gif
page.gif
page_bug.gif
toolbars.gif
trans.gif
video.gif

./www/wp-includes/js/tinymce/plugins/wordpress/js:

./www/wp-includes/js/tinymce/plugins/wpeditimage:
css
editimage.html
editor_plugin.js
img
js

./www/wp-includes/js/tinymce/plugins/wpeditimage/css:
editimage-rtl.css
editimage.css

./www/wp-includes/js/tinymce/plugins/wpeditimage/img:
delete.png
image.png

./www/wp-includes/js/tinymce/plugins/wpeditimage/js:
editimage.js

./www/wp-includes/js/tinymce/plugins/wpgallery:
editor_plugin.js
img

./www/wp-includes/js/tinymce/plugins/wpgallery/img:
delete.png
edit.png
gallery.png
t.gif

./www/wp-includes/js/tinymce/themes:
advanced

./www/wp-includes/js/tinymce/themes/advanced:
about.htm
anchor.htm
charmap.htm
color_picker.htm
editor_template.js
image.htm
img
js
link.htm
skins
source_editor.htm

./www/wp-includes/js/tinymce/themes/advanced/img:
colorpicker.jpg
fm.gif
gotmoxie.png
icons.gif
sflogo.png

./www/wp-includes/js/tinymce/themes/advanced/js:
about.js
anchor.js
charmap.js
color_picker.js
image.js
link.js
source_editor.js

./www/wp-includes/js/tinymce/themes/advanced/skins:
default
o2k7
wp_theme

./www/wp-includes/js/tinymce/themes/advanced/skins/default:
content.css
dialog.css
img
ui.css

./www/wp-includes/js/tinymce/themes/advanced/skins/default/img:
buttons.png
items.gif
menu_arrow.gif
menu_check.gif
progress.gif
tabs.gif

./www/wp-includes/js/tinymce/themes/advanced/skins/o2k7:
content.css
dialog.css
img
ui.css
ui_black.css
ui_silver.css

./www/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img:
button_bg.png
button_bg_black.png
button_bg_silver.png

./www/wp-includes/js/tinymce/themes/advanced/skins/wp_theme:
content.css
dialog.css
img
ui.css

./www/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img:
butt2.png
button_bg.png
down_arrow.gif
fade-butt.png
separator.gif
tabs.gif

./www/wp-includes/js/tinymce/utils:
editable_selects.js
form_utils.js
mclayer.js
mctabs.js
validate.js




т.е. сперва мы получили список всех директорий в каталоге, из которого выполнили команду, а потом отдельно и подробно для каждой директории/поддиректории список файлов в ней

ну и если добавить еще ключ -a, то будут выведены еще скрытые файлы/папки, т.е.:
ls -Ra > filelist.txt

ну а bat-версию листинга директорий я не буду рассматривать, т.к. там придется серьезно повозиться, ибо многое в ms-dos командах я уже не помню ;)

---


завтра. послезавтра. на следующей неделе. в следующем году. да никогда! научись смотреть правде в глаза. никогда.

http://web-tulun.ru
AndX0r
Пользователь
goldstar

Аватар пользователя AndX0r

Сообщений: 2020
Откуда: Плюк
Зарегистрирован: 05.09.07
sorry немного неточно....*.php мне туда залить недали.... ssh тоже (пока там в своем уме smiley ), с Total`om лажа такого плана - там на выходе txt пара десятков Мб , и соответственно он сдох....(Запуск->Список папок/файлов->полные пути), остался ftp, но чего то там dir /s и ls -Ra по человечески не работают...т.е. работают ,но без рекурсии... wget`om пробовал - тоже 0ой результат...
ну выкрутился вобщем - какую то консольную виндозную мерзость скачал у китайцев,пол-часа пыжило,слил 30мб txtsmiley каталог..


djskel - спасибо...


Перейти на форум: