ITCogent
115 pts. | Jul 16 2009 4:16PM GMT
If you want to access your drives to the target machine, you should be connected directly to the target machine, not through another machine. If you want to transfer some big files you can use online shared sites like dropbox, 4shared etc
NewBie80
60 pts. | Jul 16 2009 7:08PM GMT
using non-secure ways of transmitting the files such as uploading to gmail or to other file-upload utilities is not a good idea as those are supposed to be sensitive log files…..
NewBie80
60 pts. | Jul 16 2009 7:10PM GMT
thank you for your efforts guys.
but in all the 3 proposed solutions, it would require installing an agent software on the client….
This is of course easy to do… yet, such a solution would not be feasible when dealing with thousands of customers, each having his or her PC or terminal …. I could not just install this agent for every customer whom I need to get log files from….
Troy Tate
0 pts. | Jul 16 2009 7:40PM GMT
The filezilla option does not require on every client, just the server where the clients need to transfer files to for backup purposes. In fact, the push of the log files can be scheduled events using batch files from the clients to the FTP server and permit you to do other things since the task would be automated.
NewBie80
60 pts. | Jul 16 2009 7:57PM GMT
TroyTate
I did not get you.
with the filezilla server installed on my server, how can I upload files from any other client pc without installing an ftp client ?
Mshen
23525 pts. | Jul 16 2009 11:26PM GMT
OK… When you RDP into the server, you should be able to whack into the machine that you want. i.e. Start -> Run -> \ComputerNamec$.
That is assuming you have administrative priviledges on the remote machine.
Troy Tate
0 pts. | Jul 17 2009 12:39PM GMT
ftp client is typically part of the operating system. In Windows, click Start, Run, CMD
Type:
ftp server-name
Where server-name is the name of the server you want to connect to, for example:
ftp servername (or serverIP)
Next you will be prompted for your username and password.
Here is a list of the commands you will routinely use in the FTP program:
put filename - Upload a file to the server
get filename - Download a file from the server
mput filename - Put multiple files on the server
mget filename - Get multiple files on the server
ls - Get a list of files in the current directory
cd - Change directory
quit - Ends your ftp session
NewBie80
60 pts. | Jul 19 2009 4:35PM GMT
thank you very much Troy
I really appreciate your kind help
this works.






