Support Forums
2008-03-20 : fsync files from a server share
I want to copy files from a remote server share to a ftp server. Fsync is on root of lokal harddisc (c:).
This does not work :
fsync upload \\server\share* -u ftp://user:pass@ip-address/
This does not work too:
pushd \\server\share
c:\fsync upload * -u ftp://user:pass@ip-address/
popd
Any idea?
Thanks in advance
Comments
| Date | Name | Comment |
|---|---|---|
| 2008-03-20 | Heino Ruescher |
Just recognized that all backslashes are stripped from my posting above, so think of backshlashes where they belong ... :-)
|
| 2008-03-22 | Alex Le Dain |
Hi Heino, Fsync always works on the directory from which it is run. It uses the file list to match those files in that directory. So you will need to change directories to the servershare and then run fsync from that directory. IOW this would also NOT work: fsync upload c:\temp\* -u ftp://user:pass@localhost/test However you could do the following if you don't want to change to the server share directly: net use q: \\server\share q: fsync upload * -u ftp://user:pass@localhost/test c: net use q: /DELETE P.S. I added the slashes back to your original post so it's clear to anyone reading this message. |
| 2010-03-03 | mskhirakutwo |
"Great spirits have always found violent opposition from mediocrities. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - Albert Einstein ! what is the point of this quote ? |
| 2010-07-22 | takPreetTytut |
It is good idea. It is ready to support you.
|
Post New Comment
All html codes are stripped.
* Email addresses are never published.
