473,396 Members | 1,773 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Copy Web tool does not copy sub dirs?

I think the Copy Web tool is a great idea but its implementation could use
improvement. Either that or I am using it incorrectly.

Basically I do not see any option to copy an entire site in one command, but
the docs say this exists. Does anyone know how to do this?

If I right click on the left hand side I do get an option that says "Copy
site to remote". When I choose it though it says its doing something, then
it finishes almost right away, and nothing was transferred.

Also another big issue is that it does not appear to copy subdirectorys.
For example let's say I have /images/set1/ and /images/set2/. If I click on
the main images folder in the source and tell it to copy it, it only copies
the folder. So far the only way I've found to do this is to drill down into
every subdirectory on the source and copy them one at a time.

Am I missing something or are these limitations at this time?

Thanks,

Steve
Nov 19 '05 #1
3 1227
Just as a side note...
There is a free tool out there called UnleashIT written by a regular to the
groups. It's quite nice in deploying your site(s) with tons of config
options. It lets you deploy to \\server\share, to FTP and even to ZIP...
--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Steve Franks" wrote:
I think the Copy Web tool is a great idea but its implementation could use
improvement. Either that or I am using it incorrectly.

Basically I do not see any option to copy an entire site in one command, but
the docs say this exists. Does anyone know how to do this?

If I right click on the left hand side I do get an option that says "Copy
site to remote". When I choose it though it says its doing something, then
it finishes almost right away, and nothing was transferred.

Also another big issue is that it does not appear to copy subdirectorys.
For example let's say I have /images/set1/ and /images/set2/. If I click on
the main images folder in the source and tell it to copy it, it only copies
the folder. So far the only way I've found to do this is to drill down into
every subdirectory on the source and copy them one at a time.

Am I missing something or are these limitations at this time?

Thanks,

Steve

Nov 19 '05 #2
Steve Franks wrote:
I think the Copy Web tool is a great idea but its implementation
could use improvement. Either that or I am using it incorrectly.

Basically I do not see any option to copy an entire site in one
command, but the docs say this exists. Does anyone know how to do
this?
If I right click on the left hand side I do get an option that says
"Copy site to remote". When I choose it though it says its doing
something, then it finishes almost right away, and nothing was
transferred.
Also another big issue is that it does not appear to copy
subdirectorys. For example let's say I have /images/set1/ and
/images/set2/. If I click on the main images folder in the source
and tell it to copy it, it only copies the folder. So far the only
way I've found to do this is to drill down into every subdirectory on
the source and copy them one at a time.
Am I missing something or are these limitations at this time?

Thanks,

Steve


It *will* copy subdirectories, but it only copies files that have a "build action"
set to "content" (see properties). A build action of "none" is a great way
to have documentation files in your projects that do not get copied to
the live site, but files that you need might get this by accident.

A quick way to search is to look in your project file (.csproj) for 'BuildAction = "None" '.

Hans Kesting
Nov 19 '05 #3
Thanks for the great tip.

How do you access a folder's properties? I right clicked on a folder in the
VS.NET explorer view and expected to see a "Properties" item in the context
menu that popups up, but there was no such option.

In looking through the source of my .csproj file I did see a bunch of files
with BuildAction all set to "Code". However these entries were all for
files. I did not see any of my folders listed there.

Please advise. Thank you!

Steve

"Hans Kesting" <ne***********@spamgourmet.com> wrote in message
news:OV**************@TK2MSFTNGP09.phx.gbl...

It *will* copy subdirectories, but it only copies files that have a "build
action"
set to "content" (see properties). A build action of "none" is a great way
to have documentation files in your projects that do not get copied to
the live site, but files that you need might get this by accident.

A quick way to search is to look in your project file (.csproj) for
'BuildAction = "None" '.

Hans Kesting

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Claudio Grondi | last post by:
I would like to save time copying the same file (>6 GByte) to various different target storage media connected to the system via USB. Is there a (Python or other) tool able to help me to do...
0
by: bob | last post by:
I have a somewhat complex question about how Threading works across the network. Below is the full source code of a program that will list any file modified on myServer. When I run this code from...
1
by: Dan | last post by:
I have an application that I want to use for copying files. My goal is to copy a files, if a file is in use or not accessible because of security reasons I want to make note of that file then...
0
by: CharlesA | last post by:
sorry I had to clarify my previous post as I wasn't able to get specific answers so I'm made this very targetted to what I actually pretty desperate to fix. my Setup: I've got XP pro, IIS 5 ,...
8
by: jonathan184 | last post by:
Hi I am trying to copyfiles and dirs keeping there permissions intact and copy to multiple destinations which are on a data.txt file on the txt file i put test1 test2 So where ami going wrong?...
13
by: Puja | last post by:
hi all, how can I copy directory c:\test to a directory c:\backup with all files, folders and subfolders that are contained within test. please advice! thanks
2
by: gregpinero | last post by:
In the example from help(os.walk) it lists this: from os.path import join, getsize for root, dirs, files in walk('python/Lib/email'): print root, "consumes", print sum(), print "bytes in",...
1
by: Talal Itani | last post by:
Hello, I need the program I am writing to duplicate a folder, from one drive to another drive. I need a progress report, and write-verify. What is a good way to do that? I am using C#...
2
by: xahlee | last post by:
In this week i wrote a emacs program and tutorial that does archiving a website for offline reading. (See http://xahlee.org/emacs/make_download_copy.html ) In the process, i ran into a problem...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.