Search : in
By :

File transfer to server with different domain

Last answer on Jul 30, 2009 8:46:21 am BST dejavu, on Jul 30, 2009 5:54:52 am BST 
 Report this message to moderators

Hello,

i'm currently working on transfering files using a batch file and tried it on servers with the same domain,
will it also work for servers with different domain?

your response is very much appreciated!

Thank You.

Configuration: Windows XP Internet Explorer 7.0

Best answers for « file transfer to server with different domain » in :
FTP protocol (File Transfer Protocol) Show Introduction to FTP protocol FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files. The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines...
File transfer via SSH Show SSH - Secure SHell SSH allows the use of pipelines controls, and use inputs / outputs pipes as any other commands , on the basis that redirection is done to or from the remote machine. This may be used to transfer files: ssh server...
[PS3] Sharing files / DLNA Server Show [PS3] Sharing files / DLNA Server How to share files between a Playstation 3 and PC Issue You want to establish a relationship with DLNA protocol between your PC and your PS3, including images, audio and video access to YouTube,...
Scan files transferred in WLM with Avast ShowScan files transferred in WLM with Avast Windows Live Messenger allows you to transfer and receive files easily to your contacts. But how would you determine that the file you are about to download is safe and does not contain a virus? To...
[Windows XP ] Transfering files via Bluetooth Show[Windows XP ] Transfering files via Bluetooth Implementation: Accessing the utility: Transferring Data Windows XP possess a interesting utility that allows you to transfer data via Bluetooth. It is very handy if you want to send...
Uploading Large Files ShowUploading Large Files You have surely encountered various difficulties for sending files through e-mail due file limitation. You have found the elucidation to your trouble. There are several means to transfer files and data from one...
Download Medieval Bluetooth OBEX File Transfer ShowMedieval Bluetooth OBEX File Transfer is an administrator for file transfer between your PC and your telephone, PDA, Palm or Notebook and through your Bluetooth connection.The management of files is done by drag and drop operations and you can view...
Download Web File Transfer ShowAs its name suggests, Web File transfer is utility for file transfer. This web based program simplifies the process of sending and receiving files over the internet. It allows you: - to download several files with the suitable manager, - to...
Download Web File Transfer ShowAs its name suggests, Web File transfer is utility for file transfer. This web based program simplifies the process of sending and receiving files over the internet. It allows you: - to download several files with the suitable manager, - to...
Using FTP commands ShowThe FTP protocol FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
FTP commands ShowThe FTP protocol FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
How Bluetooth works ShowHow it works The Bluetooth standard, like WiFi, uses the FHSS technique (Frequency-Hopping Spread Spectrum), which involves splitting the frequency band of 2.402-2.480 GHz into 79 channels (called hops) each 1MHz wide, then transmitting the signal...

1

 strnnger, on Jul 30, 2009 8:46:21 am BST

Hello please use this:

____________________________________________________________­_____________________

et path=c:\WINDOWS\system32;

echo Copying started at %date% %time%>>_date_.txt

xcopy E:\backup \\SERVER\BACKUP\others /s /a /d

echo Copying finished at %date% %time%>>_date_.txt

echo Completed Successfully at %date% %time%>>_date_.txt

echo --------------------------------------------------------------------------- >>_date_.txt

pause

____________________________________________________________________________________

Thank

Reply to strnnger