Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SFtpUploader ¶
type SFtpUploader struct {
// contains filtered or unexported fields
}
SFtpUploader is sftp implementation of vetbbedit.UploaderService
func New ¶
func New(host string, port uint, user, password, tgtDir string) *SFtpUploader
New creates initialized SFtpUploader structure
func (*SFtpUploader) Upload ¶
func (u *SFtpUploader) Upload(fromDir string) error
Upload uploads generated page to server using ssh protocol TODO Upload all generated files, not just index.html
Click to show internal directories.
Click to hide internal directories.