Remmina - The GTK+ Remote Desktop Client  v1.4.2
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
remmina_sftp_client.h File Reference

Go to the source code of this file.

Data Structures

struct  _RemminaSFTPClient
 
struct  _RemminaSFTPClientClass
 

Typedefs

typedef struct _RemminaSFTPClient RemminaSFTPClient
 
typedef struct _RemminaSFTPClientClass RemminaSFTPClientClass
 

Functions

GType remmina_sftp_client_get_type (void) G_GNUC_CONST
 
RemminaSFTPClientremmina_sftp_client_new ()
 
void remmina_sftp_client_open (RemminaSFTPClient *client, RemminaSFTP *sftp)
 
gint remmina_sftp_client_confirm_resume (RemminaSFTPClient *client, const gchar *path)
 

Typedef Documentation

◆ RemminaSFTPClient

◆ RemminaSFTPClientClass

Function Documentation

◆ remmina_sftp_client_confirm_resume()

gint remmina_sftp_client_confirm_resume ( RemminaSFTPClient client,
const gchar *  path 
)

Definition at line 906 of file remmina_sftp_client.c.

◆ remmina_sftp_client_get_type()

GType remmina_sftp_client_get_type ( void  )

◆ remmina_sftp_client_new()

RemminaSFTPClient* remmina_sftp_client_new ( )

Definition at line 978 of file remmina_sftp_client.c.

◆ remmina_sftp_client_open()

void remmina_sftp_client_open ( RemminaSFTPClient client,
RemminaSFTP sftp 
)

Definition at line 985 of file remmina_sftp_client.c.