Binaries/netfolder: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "the netfolder binary is used to download or upload files and folders from a netfolder server")
 
No edit summary
Line 1: Line 1:
the netfolder binary is used to download or upload files and folders from a netfolder server
the netfolder binary is used to download or upload files and folders from a netfolder server
to run the binary, tell the command "eg: getfile", the servername you want to get it from, the path on the server, the path on your computer.
you always need to provide a command, a server and a serverpath.
'''warning:'''
netfolder will overwrite any file that is in the way, before you use this, make SURE you did not make a typo.
'''usage:'''
netfolder command server serverpath localpath
'''commands:'''
getfile - attempts to retrieve a file,
putfile - attempts to upload a file
getfolder - download a folder, and it's contents and subfolders, doesn't need localpath, the same folder will be used on client and server
putfolder - uploads a folder and all it's contents and subfolders, doesn't need localpath, the same folder will be used on client and server
list - shows the contents of a folder and it's subdirectories, doesn't need localpath
delete - removes a folder/file from the server, doesn't need localpath

Revision as of 08:01, 24 September 2024

the netfolder binary is used to download or upload files and folders from a netfolder server

to run the binary, tell the command "eg: getfile", the servername you want to get it from, the path on the server, the path on your computer.

you always need to provide a command, a server and a serverpath.


warning:

netfolder will overwrite any file that is in the way, before you use this, make SURE you did not make a typo.


usage:

netfolder command server serverpath localpath


commands:

getfile - attempts to retrieve a file,

putfile - attempts to upload a file

getfolder - download a folder, and it's contents and subfolders, doesn't need localpath, the same folder will be used on client and server

putfolder - uploads a folder and all it's contents and subfolders, doesn't need localpath, the same folder will be used on client and server

list - shows the contents of a folder and it's subdirectories, doesn't need localpath

delete - removes a folder/file from the server, doesn't need localpath