aboutsummaryrefslogtreecommitdiff
path: root/fsutils.h
blob: 24cd5ab2ad034eb8fc9be6a3bb10384b586dbb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef FS_UTILS_H_
#define FS_UTILS_H_

void tmp_local_filename(const char *prefix, char *buf);

void tmp_ts_prefix(char *buf);

void ts_filename(const char *prefix, int num, char *buf);

void upload_file(const char *local, const char *remote);

void remove_remote(const char *remote);

char ** list_file();

#endif